a85db1dc7b
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
21 lines
868 B
Text
21 lines
868 B
Text
pkgname=firmware-asus-duma
|
|
pkgver=1
|
|
pkgrel=2
|
|
_commit="598acdf72ad986302d028fef7e9bcb5daadf7d79"
|
|
pkgdesc="Firmware files for ASUS MeMO Pad FHD 10 (asus-duma)"
|
|
url="https://postmarketos.org"
|
|
arch="armhf"
|
|
license="proprietary"
|
|
depends="wcnss-wlan"
|
|
source="$pkgname-$_commit.tar.gz::https://github.com/yatto/android_vendor_asus_duma/archive/$_commit.tar.gz"
|
|
options="!check !strip !archcheck !spdx"
|
|
builddir="$srcdir/android_vendor_asus_duma-$_commit"
|
|
|
|
package() {
|
|
_files="wcnss.b00 wcnss.b01 wcnss.b02 wcnss.b04 wcnss.b05 wcnss.mdt"
|
|
for _i in $_files; do
|
|
install -D -m644 proprietary/vendor/firmware/"$_i" "$pkgdir"/lib/firmware/postmarketos/"$_i"
|
|
done
|
|
}
|
|
|
|
sha512sums="24e2e1bd79607fac822490f4ffc0e46f9cba2993fa2244d6d0d9281aecf21340f019aa33f501c8a3b74c1271eaefcb2e70c30cb7057897679b765748f054a279 firmware-asus-duma-598acdf72ad986302d028fef7e9bcb5daadf7d79.tar.gz"
|