pmaports/firmware/firmware-samsung-kylepro/APKBUILD
Minecrell a85db1dc7b
*: remove "Contributor:" lines from APKBUILDs (MR 1203)
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
2020-05-02 21:45:25 +03:00

20 lines
940 B
Text

pkgname=firmware-samsung-kylepro
pkgver=1
pkgrel=1
_commit="a6725fbede9f2b1f8fa3177b8733e204c753f108"
pkgdesc="Samsung Galaxy Trend Plus Firmware"
url="https://github.com/Samsung-KYLEPROXX/android_vendor_samsung_kyleproxx"
arch="armhf"
license="proprietary"
source="$pkgname-$_commit.tar.gz::https://github.com/Samsung-KYLEPROXX/android_vendor_samsung_kyleproxx/archive/$_commit.tar.gz"
options="!check !strip !archcheck !spdx"
builddir="$srcdir/android_vendor_samsung_kyleproxx-$_commit"
package() {
# Wifi
install -Dm644 proprietary/etc/wifi/bcmdhd_sta.bin \
"$pkgdir"/lib/firmware/postmarketos/bcmdhd_sta.bin
install -Dm644 proprietary/etc/wifi/nvram_net.txt \
"$pkgdir"/lib/firmware/postmarketos/nvram_net.txt
}
sha512sums="c0ac8771a7ca6be7db485f0f8a3625091ee56513a8d8075659711a0c2c26cd630649d763b6ebda2f7579beeb56e682f6eccfed024cf5400c53cc0b0ec41dff26 firmware-samsung-kylepro-a6725fbede9f2b1f8fa3177b8733e204c753f108.tar.gz"