
All device ports have been changed in one of the previous commits, so do one pkgrel bump for all of them using: $ pmbootstrap pkgrel_bump device-* [ci:ignore-count]
24 lines
728 B
Text
24 lines
728 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Oliver Smith <ollieparanoid@postmarketos.org>
|
|
pkgname=device-qemu-vexpress
|
|
pkgver=1
|
|
pkgrel=26
|
|
pkgdesc="Simulated device in qemu with vexpress soc"
|
|
url="https://postmarketos.org"
|
|
arch="armv7"
|
|
license="MIT"
|
|
# NOTE: 'pmbootstrap init' allows you to choose the mesa-dri-* package
|
|
depends="postmarketos-base linux-postmarketos-stable"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
options="!check !archcheck"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="99a1f823958dfc2d04705574c6ea18e343c981116c6d32eb3464985fb1d47bb98a4ab765e06bf2b7b5d23c395ab32967c6227b8a6724165781fc1bf34178cea6 deviceinfo"
|