pmaports/device/testing/device-amazon-mustang/APKBUILD
Shana f15fa76d38
amazon-mustang: new device (MR 1263)
Just got done with my second port of postmarketOS, here's the device:
Amazon Fire 7 (2019) postmarketOS
Mediatek MT8163
600x1024 display
1GB RAM
Linux 4.9.77 (downstream kernel)

Untested:
- Wi-Fi
- Audio
Pretty much everything else

Works:
- Boots
- Touchscreen
- Battery percentage seems to show in Xfce
2020-06-08 19:22:10 +03:00

22 lines
598 B
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-amazon-mustang
pkgdesc="Amazon Fire 7 (2019)"
pkgver=0.1
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="armv7"
options="!check !archcheck"
depends="postmarketos-base linux-amazon-mustang mkbootimg mesa-dri-gallium"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="9a1e225af66c34e6c9f2e7137e9904106bf7858ffc0fd370de16d1a4b2088c18d9138c3b20e8089d46773d50841aba8d8e915a8dd6c53b3584bcdf18ed3de3ed deviceinfo"