c3dcc196ea
TP:[AL3]:APKBUILD:5:pkgname must not be quoted [skip ci]: won't finish within 3 hours
23 lines
664 B
Text
23 lines
664 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"
|