e8fd6d6635
With the pmbootstrap change let's change the deviceinfo variable names to the non-deprecated version. [ci:ignore-count] [ci:skip-build]: already built successfully in CI
32 lines
748 B
Text
32 lines
748 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-apexq
|
|
pkgdesc="Samsung Galaxy S Relay 4G"
|
|
pkgver=0.1
|
|
pkgrel=13
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-apexq mkbootimg"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="Wifi firmware"
|
|
depends="firmware-samsung-apexq"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
|
|
sha512sums="
|
|
8673c37d554f08814c24a97d693f2d3e39ae18abc013d4afd866fddcfff6160aebd5620517ece607acac8576f37daac6e542c1670f1ff376d5015d5aba690eec deviceinfo
|
|
"
|