pmaports/device/device-motorola-falcon/APKBUILD
Ryan Murthick 989af693b7 Add initial support for the Moto G 2013 (falcon) (#1165)
Currently working:
 - flashing both kernel and system
 - boots into weston with touch support
 - can also ssh in via usb
2018-01-24 23:52:27 +00:00

22 lines
583 B
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname="device-motorola-falcon"
pkgdesc="Moto G (2013)"
pkgver=0.1
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="noarch"
options="!check"
depends="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="5e75404b3ef0fc7e587168de6b78598dfcdb720c75b132501da4ad739a4bdd901ea27e83463e4234827857e307988a8ab60774bdb86e203aa427be3134d79c4f deviceinfo"