![Minecrell](/assets/img/avatar_default.png)
At the moment we have Contributor: lines on some packages (but not all of them), but often they don't represent the actual contributors to the package very well. E.g. when we added them retroactively to the device packages we only added the initial contributor (which isn't necessarily the person who made most of the work for a device...) The Git history is the most representative source for figuring out who contributed to a package, so there is no reason to duplicate that into the APKBUILD. [skip ci]: way too many packages
33 lines
1 KiB
Text
33 lines
1 KiB
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-t2m-flame
|
|
pkgver=1
|
|
pkgrel=18
|
|
pkgdesc="Mozilla Flame"
|
|
url="https://postmarketos.org"
|
|
arch="armhf"
|
|
license="MIT"
|
|
depends="postmarketos-base linux-t2m-flame mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
install="$pkgname.post-install"
|
|
source="deviceinfo 90-android-touch-dev.rules"
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
|
options="!check !archcheck"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
install -Dm644 "$srcdir"/90-android-touch-dev.rules \
|
|
"$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="Wifi firmware"
|
|
depends="firmware-t2m-flame"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="b64086b4f2bdea389bce7de38bdbbd28e0dc9ca07dbd43e898993e0eda2338550f11b82bad015d9597bc6cf25a8835f97e4741643f92e832071914b6149be7d4 deviceinfo
|
|
25256120a19cba6b6f9ae0cda7b2c8c84d168a6457e82afee438d50d2c28b9598bfe690301c15156d866b77cd87652d9b7cc3d9b0637f69414aae09fec159c91 90-android-touch-dev.rules"
|