aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-05-28 00:06:45 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2016-05-30 13:08:32 +0000
commitdb0894827fbca19a71e3fc20c3e3b7d9723ccda4 (patch)
tree42580399e96104d1d4e9c9ce8b4954f718bce1dd /testing
parent741c34c25e47de03cfc31f3bb156377aca999458 (diff)
downloadaports-db0894827fbca19a71e3fc20c3e3b7d9723ccda4.tar.bz2
aports-db0894827fbca19a71e3fc20c3e3b7d9723ccda4.tar.xz
testing/qemu-init-script: move to the main and rename to qemu-openrc
Diffstat (limited to 'testing')
-rw-r--r--testing/qemu-init-script/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/qemu-init-script/APKBUILD b/testing/qemu-init-script/APKBUILD
deleted file mode 100644
index a60a5c78ce..0000000000
--- a/testing/qemu-init-script/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Contributor: Jakub Jirutka <jakub@jirutka.cz>
-# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
-pkgname=qemu-init-script
-_pkgname=qemu-openrc
-pkgver=0.4.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="9f86155bca683eeba75686ce2563ed94 qemu-openrc-0.4.0.tar.gz"
-sha256sums="3ad2c17ac1d0d3504ee3434a2c4e1db0db7100067524275c9310e431997175f4 qemu-openrc-0.4.0.tar.gz"
-sha512sums="d52b7b7d51864212f43b8bd961bfd46ebbafc6e456c42450d8e596154e1deee78146feb5f0860d179daa13caef13b105d2df537f9cf48d152fda7d7f97857156 qemu-openrc-0.4.0.tar.gz"