pmaports/device/device-qemu-vexpress/APKBUILD
Daniele Debernardi d3b439ae2d deviceinfo: remove external_disk_install and external_disk, use external_storage instead (#1301)
* deviceinfo: remove external_disk_install and external_disk, use external_storage instead
* Complain when external_disk* is used
2018-03-07 22:35:02 +00:00

20 lines
594 B
Text

pkgname=device-qemu-vexpress
pkgver=1
pkgrel=19
pkgdesc="Simulated device in qemu with vexpress soc"
url="https://github.com/postmarketOS"
arch="noarch"
license="MIT"
# NOTE: 'pmbootstrap init' allows you to choose the mesa-dri-* package
depends="postmarketos-base linux-postmarketos-lts"
makedepends=""
subpackages=""
source="deviceinfo"
options="!check"
package() {
install -D -m644 "$srcdir"/deviceinfo \
"$pkgdir"/etc/deviceinfo
}
sha512sums="9445b9862b30bd25ce7bc165fe03d45687eb348496cf47fdb5bb542a74689aeaa5a43dfb1accfc6e0a11b37de37cfcfbfdccca1e4b5118ddfedb091c4099c3cb deviceinfo"