aboutsummaryrefslogtreecommitdiffstats
path: root/community/xvfb-run
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2019-05-25 12:04:38 +0200
committerMilan P. Stanić <mps@arvanta.net>2019-05-25 12:04:38 +0200
commit9235e5946e700ed47450ec3d87c5b4b16250f87d (patch)
treee6f99f555c74a9a18839081e6612a1c5805ff165 /community/xvfb-run
parent5ebb88957b736e360d467e6362dc2ca71054f1a7 (diff)
downloadaports-9235e5946e700ed47450ec3d87c5b4b16250f87d.tar.bz2
aports-9235e5946e700ed47450ec3d87c5b4b16250f87d.tar.xz
community/xvfb-run: move from testing
xvfb-run is needed for tests for some packages in community
Diffstat (limited to 'community/xvfb-run')
-rw-r--r--community/xvfb-run/APKBUILD24
1 files changed, 24 insertions, 0 deletions
diff --git a/community/xvfb-run/APKBUILD b/community/xvfb-run/APKBUILD
new file mode 100644
index 0000000000..bdbd2e3d2c
--- /dev/null
+++ b/community/xvfb-run/APKBUILD
@@ -0,0 +1,24 @@
+# Contributor: TBK <alpine@jjtc.eu>
+# Maintainer: TBK <alpine@jjtc.eu>
+pkgname=xvfb-run
+pkgver=1.20.4
+pkgrel=0
+pkgdesc="A wrapper for the Xvfb command which simplifies the task of running commands."
+url="https://salsa.debian.org/xorg-team/xserver/xorg-server/tree/debian-unstable/debian/local"
+arch="noarch"
+license="GPL-2.0-or-later"
+options="!check" # No test suite
+depends="xvfb"
+subpackages="$pkgname-doc"
+source="https://salsa.debian.org/xorg-team/xserver/xorg-server/raw/xorg-server-2_$pkgver-1/debian/local/xvfb-run
+ https://salsa.debian.org/xorg-team/xserver/xorg-server/raw/xorg-server-2_$pkgver-1/debian/local/xvfb-run.1
+ "
+builddir="$srcdir/"
+
+package() {
+ install -Dm755 xvfb-run "$pkgdir"/usr/bin/xvfb-run
+ install -D xvfb-run.1 "$pkgdir"/usr/share/man/man1/xvfb-run.1
+}
+
+sha512sums="d6a5f916c9f36d8f7259867a32c358a943a5e2f4d8cfde7866904fb0cb3b3042adf24b409e582dd36c601ba4e1d7c4af1d958a71bfebf029f615e67e055c443f xvfb-run
+03bdd2ed6dc54fb0b82cc71a1088b7e3f1b5d958b695a3f1dc221f5529ce49d638bc39c7dc3f6b8e435bc482ad630938c5d98fb44b3fcfd1a1f6d95a2a8e0bdf xvfb-run.1"