pmaports/device/device-qemu-vexpress/APKBUILD

24 lines
804 B
Text
Raw Normal View History

pkgname=device-qemu-vexpress
pkgver=1
pkgrel=16
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="linux-postmarketos-lts"
makedepends=""
subpackages=""
source="deviceinfo interfaces"
options="!check"
package() {
install -D -m644 "$srcdir"/deviceinfo \
"$pkgdir"/etc/deviceinfo
install -D -m644 "$srcdir"/interfaces \
"$pkgdir"/etc/network/interfaces
}
sha512sums="7484da8074e07ac773a73110ac9e7c261d858a8d77a37cbed469d951d09f3cce26920ea1284b34a6f75f5daa38d0d1f2aab7e169d783f38ea1eadf27b21abe2f deviceinfo
d510ca304066840aa5e6c4fc71ded1b7e83012c93837fa39e37bdb873b3636230030d56f7aa50c93fc688f563cb4cb96c02ad333bbc45a400c1ebee1792a9dd4 interfaces"