pmaports/device/device-qemu-vexpress/APKBUILD
Oliver Smith a31244d28a Remove github.com references
* Travis and Coveralls badges
* aports: instead of <https://github.com/postmarketOS>, use
  <https://postmarketos.org>
* References to full URLs to issues and pull requests replaced with
  a hash and the number
* grsec check: simplify error message, remove link to github issue
  (nobody is using that anymore anyway)
2018-06-30 09:00:48 +02:00

20 lines
590 B
Text

pkgname=device-qemu-vexpress
pkgver=1
pkgrel=20
pkgdesc="Simulated device in qemu with vexpress soc"
url="https://postmarketos.org"
arch="noarch"
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"
package() {
install -D -m644 "$srcdir"/deviceinfo \
"$pkgdir"/etc/deviceinfo
}
sha512sums="9445b9862b30bd25ce7bc165fe03d45687eb348496cf47fdb5bb542a74689aeaa5a43dfb1accfc6e0a11b37de37cfcfbfdccca1e4b5118ddfedb091c4099c3cb deviceinfo"