321156e59b
* Initial Mozilla Flame packages * Update dtbtool to use LineageOS upstream * Use mkbootimg --dt flag only when deviceinfo_bootimg_qcdt is defined * Update mkbootimg to use LineageOS upstream * Add sparse image flashing on device-mozilla-flame * Only support SD card install on Mozilla Flame * Remove useless profile.sh on mozilla flame * Package DTBs in /usr/lib/linux-mozilla-flame/ * Build and install modules in linux-mozilla-flame
30 lines
1.1 KiB
Text
30 lines
1.1 KiB
Text
pkgname=device-mozilla-flame
|
|
pkgver=1
|
|
pkgrel=1
|
|
pkgdesc="Mozilla Flame"
|
|
url="https://github.com/postmarketOS"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="linux-mozilla-flame mkbootimg"
|
|
makedepends=""
|
|
install=""
|
|
subpackages=""
|
|
source="deviceinfo initfs-hook.sh 90-android-touch-dev.rules"
|
|
options="!check"
|
|
|
|
build() {
|
|
return 0
|
|
}
|
|
|
|
package() {
|
|
install -D -m644 "$srcdir"/deviceinfo \
|
|
"$pkgdir"/etc/deviceinfo
|
|
install -D -m644 "$srcdir"/initfs-hook.sh \
|
|
"$pkgdir"/etc/postmarketos-mkinitfs/hooks/00-${pkgname}.sh
|
|
install -D -m644 "$srcdir"/90-android-touch-dev.rules \
|
|
"$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
|
|
}
|
|
|
|
sha512sums="e1491537517787e7828ca88e749fefba7aafdc14062ce292e4e39d0cfc215ba79c79a64c5be9f4e65e092aabb060a051472c476d49105ed2e048dda88a0f9edd deviceinfo
|
|
8590967fa10388a890fdfafdb1070b9ab22dc89e06a3a8834806c772191e3b67de7b914b0d68e5ddf581cee715cb90f3f24abcb8762c415ff328c6da23e55d52 initfs-hook.sh
|
|
ee25f3d0377f027d108593eb7953b8db49d7f05a5c36a0c8ca7e7849d15e3c217bc1ac97d77a66e28d2db4b81c0f50b905639911276da40321d2b6cca7f797df 90-android-touch-dev.rules"
|