samsung-herolte: add nonfree_firmware subpackage (!395)

This commit is contained in:
Alexander Polynomdivision 2019-05-29 17:24:44 +02:00 committed by Oliver Smith
parent cb1e3c20b4
commit 3cdb983863
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -2,7 +2,7 @@
pkgname="device-samsung-herolte"
pkgdesc="Samsung Galaxy S7"
pkgver=0.1
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -10,6 +10,7 @@ options="!check !archcheck"
depends="postmarketos-base linux-samsung-herolte 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
@ -21,6 +22,11 @@ package() {
"$pkgdir"/etc/postmarketos-mkinitfs/hooks/00-${pkgname}.sh
}
nonfree_firmware() {
pkgdesc="Non-free firmware for the Samsung Galaxy S7"
depends="firmware-samsung-hero"
mkdir "$subpkgdir"
}
sha512sums="c273794d0f9b16f14020d8165ec8413ee243511743e9c48c3245cc7390419889c8e8b6ffef2e066b5b1f97fb473848da22990ba067293e8b22caaad537b9067a deviceinfo
5a7be3cb8835ffb3783fcd4539de04f7f006c726ac9aea35cdca9e90b2877dc36cf4e314851bf9078f4b2dac061b7265866792d92a79f5232c56a0e17f7910b1 initfs-hook.sh"