pmaports/device/device-wiko-lenny3/APKBUILD
Oliver Smith 9814d78e73
device-*: don't use noarch anymore
Use the device's architecture instead of noarch. Because the device
packages should never be built for other architectures, even if all
depends can be built for other arches as well.

This simplifies package building as part of the new build
infrastructure effort.

pmbootstrap has also been changed to output this by default in
aportgen.
2018-11-27 07:47:11 +01:00

17 lines
481 B
Text

pkgname="device-wiko-lenny3"
pkgdesc="Lenny 3"
pkgver=0.1
pkgrel=4
url="https://postmarketos.org"
license="MIT"
arch="armhf"
options="!check !archcheck"
depends="postmarketos-base linux-wiko-lenny3 mkbootimg mesa-dri-swrast"
source="deviceinfo"
package() {
install -Dm644 "$srcdir"/deviceinfo \
"$pkgdir"/etc/deviceinfo
}
sha512sums="cd20a992c716d2b82172b77ba265851714a14d9ab73dd464a4386708515db27cec9d0fdfc9c92486ff77e660cb662beb993828ec0c40e15592d64ee701f78035 deviceinfo"