pmaports/firmware/firmware-t2m-flame/APKBUILD
Yuval Adam 527948ec91 T2M Flame updates (#560)
* Fix t2m-flame MDSS driver issues
* Fix path in firmware-t2m-flame
* Remove unneccesary FB hacks
* Fix touchscreen on T2M Flame
* Remove unneeded initfs-hook.sh
* Add patch number prefixes
2017-09-13 19:46:45 +00:00

24 lines
776 B
Text

pkgname=firmware-t2m-flame
pkgver=1
pkgrel=3
pkgdesc="Mozilla Flame Firmware"
url="https://github.com/yuvadm/mozilla-flame-firmware"
arch="noarch"
license="proprietary"
depends=""
makedepends=""
install=""
subpackages=""
_hash=503a4052a8bfdc3b4c06533f2d08fe4d6a923842
source=$pkgname-$_hash.tar.gz::$url"/archive/${_hash}.tar.gz"
options="!check !strip !archcheck"
package() {
mkdir -p "$pkgdir/lib/firmware/postmarketos"
for fw in $(find "${srcdir}/mozilla-flame-firmware-${_hash}/" -type f)
do
install -m644 $fw "$pkgdir/lib/firmware/postmarketos/"
done
}
sha512sums="865c6cb88d44c5305b088db4d244f9e178f2ddd7550c481aadeb6444fd853e004641b8900172ec326a11037aa170a658d32d9e62d0780ee50838e89983178384 firmware-t2m-flame-503a4052a8bfdc3b4c06533f2d08fe4d6a923842.tar.gz"