9814d78e73
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.
20 lines
600 B
Text
20 lines
600 B
Text
pkgname=device-qemu-vexpress
|
|
pkgver=1
|
|
pkgrel=20
|
|
pkgdesc="Simulated device in qemu with vexpress soc"
|
|
url="https://postmarketos.org"
|
|
arch="armhf"
|
|
license="MIT"
|
|
# NOTE: 'pmbootstrap init' allows you to choose the mesa-dri-* package
|
|
depends="postmarketos-base linux-postmarketos-stable"
|
|
makedepends=""
|
|
subpackages=""
|
|
source="deviceinfo"
|
|
options="!check !archcheck"
|
|
|
|
package() {
|
|
install -D -m644 "$srcdir"/deviceinfo \
|
|
"$pkgdir"/etc/deviceinfo
|
|
}
|
|
|
|
sha512sums="9445b9862b30bd25ce7bc165fe03d45687eb348496cf47fdb5bb542a74689aeaa5a43dfb1accfc6e0a11b37de37cfcfbfdccca1e4b5118ddfedb091c4099c3cb deviceinfo"
|