aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-02 20:31:03 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-07-30 10:48:39 +0000
commit3ec05e125fbd939a2bfa59a7ee1afef2cd7fc02a (patch)
tree1c0de0ddad6b9847b4f5d200b73301e729bd28f9 /community
parent1f54e05eac47c0180f13274c0d2db4c5f90adbef (diff)
downloadaports-3ec05e125fbd939a2bfa59a7ee1afef2cd7fc02a.tar.bz2
aports-3ec05e125fbd939a2bfa59a7ee1afef2cd7fc02a.tar.xz
main/xvfb-run: move from community
Diffstat (limited to 'community')
-rw-r--r--community/xvfb-run/APKBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/xvfb-run/APKBUILD b/community/xvfb-run/APKBUILD
deleted file mode 100644
index bdbd2e3d2c..0000000000
--- a/community/xvfb-run/APKBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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"