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
22 lines
919 B
Text
22 lines
919 B
Text
pkgname=firmware-samsung-baffinlite
|
|
pkgver=1
|
|
pkgrel=0
|
|
_commit="d7195e553eed22f58835d24ecdea40e97bf639f4"
|
|
pkgdesc="Samsung Galaxy Grand Neo Firmware"
|
|
url="https://github.com/SamsungBCM-GrandNeo/android_vendor_samsung_baffinlite"
|
|
arch="armv7"
|
|
license="proprietary"
|
|
source="$pkgname-$_commit.tar.gz::https://github.com/SamsungBCM-GrandNeo/android_vendor_samsung_baffinlite/archive/$_commit.tar.gz"
|
|
options="!check !strip !archcheck !spdx"
|
|
builddir="$srcdir/android_vendor_samsung_baffinlite-$_commit"
|
|
depends="firmware-aosp-broadcom-wlan"
|
|
|
|
package() {
|
|
# Wifi
|
|
for _i in bcmdhd_sta.bin nvram_net.txt; do
|
|
install -Dm644 proprietary/etc/wifi/"$_i" \
|
|
"$pkgdir"/lib/firmware/postmarketos/"$_i"
|
|
done
|
|
}
|
|
|
|
sha512sums="d89032dfbae9044f4318b719abee21e6bdaba7a03c082c04531b2ec306246db3b6f35c23520e33c802ce9d4444e41b6e2cea6107a83a7a25fda1a89fbae16113 firmware-samsung-baffinlite-d7195e553eed22f58835d24ecdea40e97bf639f4.tar.gz"
|