aboutsummaryrefslogtreecommitdiffstats
path: root/testing/qemu-init-script/APKBUILD
blob: ae34312d6070886648465d0837c999d784171b91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=qemu-init-script
_pkgname=qemu-openrc
pkgver=0.3.0
pkgrel=0
pkgdesc="OpenRC init script for QEMU/KVM"
url="https://github.com/jirutka/qemu-openrc"
arch="noarch"
license="MIT"
depends="qemu socat"
makedepends=""
source="$_pkgname-$pkgver.tar.gz::https://github.com/jirutka/$_pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

build() {
	return 0
}

package() {
	cd "$builddir"
	PREFIX="/usr" DESTDIR="$pkgdir" ./install 
}

md5sums="fad154543b9583280ce32ef80bfcf7ed  qemu-openrc-0.3.0.tar.gz"
sha256sums="d1556f96d978dc9174c45670fe7a92ece2f4fb1bf2927e6ac0c4b7b3a7ccd068  qemu-openrc-0.3.0.tar.gz"
sha512sums="ec4abe9b2c55474a8424bffd8f2f5528d7fa4f307f3205f925c7848e4a22862dfa4cb6d831feeac907323082466ff417596043af6588abc005c50e7ee976b153  qemu-openrc-0.3.0.tar.gz"