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
31 lines
988 B
Text
31 lines
988 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-a5y17lte
|
|
pkgdesc="Samsung Galaxy A5 (2017)"
|
|
pkgver=0.1
|
|
pkgrel=4
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-a5y17lte mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo initfs-hook.sh"
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="Non-free firmware for the Samsung Galaxy A5 2017"
|
|
depends="firmware-samsung-universal7880"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
|
|
sha512sums="5791bf7e752b9a56e87bb3ef78778affc0ea67cdc37053089ec8b26c363600132e6c7d27db838d46f282ea2dd7f95ea56b976ce156f0ff6d8de87b08ba9e7170 deviceinfo
|
|
92effac4743fbcfc47461723eac7b088efb58574d76822293ba95d66edd4820886241173a84bed6a9095801d39311c29aeac409add53421bb2c5a6caf395226c initfs-hook.sh"
|