64035ac463
Prepare for better device categorization by moving everything to testing subdir first. [skip-ci]: chicken-egg problem: passing pmaports CI depends on pmbootstrap MR depends on this MR Related: postmarketos#16
23 lines
666 B
Text
23 lines
666 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Ryan Murthick <ryan.murthick@gmail.com>
|
|
pkgname="device-motorola-falcon"
|
|
pkgdesc="Moto G (2013)"
|
|
pkgver=0.1
|
|
pkgrel=9
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-motorola-falcon mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="6980694509f30005d6817121d63660397213f5a3c7765440f0e94ce711748a92ebb733a2d656ed65dbb73ce96e9afcd1156a102318d18a5ff738d86c04226419 deviceinfo"
|