bbec7c41ea
For postmarketOS/pmaports#157 [skip ci]
28 lines
905 B
Text
28 lines
905 B
Text
pkgname=device-qemu-aarch64
|
|
pkgver=1
|
|
pkgrel=14
|
|
pkgdesc="Simulated device in qemu with vexpress soc"
|
|
url="https://postmarketos.org"
|
|
arch="aarch64"
|
|
license="MIT"
|
|
# NOTE: 'pmbootstrap init' allows you to choose the mesa-dri-* package
|
|
depends="postmarketos-base linux-postmarketos-stable"
|
|
makedepends=""
|
|
subpackages="$pkgname-weston"
|
|
source="deviceinfo weston.ini"
|
|
options="!check !archcheck"
|
|
|
|
package() {
|
|
install -D -m644 "$srcdir"/deviceinfo \
|
|
"$pkgdir"/etc/deviceinfo
|
|
}
|
|
|
|
weston() {
|
|
install_if="$pkgname weston"
|
|
install -Dm644 "$srcdir"/weston.ini \
|
|
"$subpkgdir"/etc/xdg/weston/weston.ini
|
|
}
|
|
|
|
|
|
sha512sums="efeac6718626d61f12a7db13ee64f756e8957acc828d7ee9aa994f7fe90c81b9a929f16295dbc3f6987583cd3c947b30f5c08a52f2f376dad9e582748b2cd5c9 deviceinfo
|
|
de794566118f1744d068a94e6a75b61d43f6749a4b0871a5270fa7a2048164d609c71fcffa61845c2a7dd4cb5fbeb72c0e4f8b73b382f36d6ff0bcc9b8a5ae25 weston.ini"
|