New package: xvfb-run-1.20.9.2.
This commit is contained in:
parent
7a7eda56d0
commit
3f40bc6c7f
1 changed files with 25 additions and 0 deletions
25
srcpkgs/xvfb-run/template
Normal file
25
srcpkgs/xvfb-run/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'xvfb-run'
|
||||
pkgname=xvfb-run
|
||||
version=1.20.9.2
|
||||
revision=1
|
||||
_ver=${version%.*}-${version##*.}
|
||||
create_wrksrc=yes
|
||||
depends="xorg-server-xvfb xauth"
|
||||
short_desc="Xvfb wrapper"
|
||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://salsa.debian.org/xorg-team/xserver/xorg-server"
|
||||
distfiles="${homepage}/-/raw/xorg-server-2_${_ver}/debian/local/xvfb-run
|
||||
${homepage}/-/raw/xorg-server-2_${_ver}/debian/local/xvfb-run.1"
|
||||
checksum="fd05e0f8e6207c3984b980a0f037381c9c4a6f22a6dd94fdcfa995318db2a0a4
|
||||
08f14f55e14e52e5d98713c4d8f25ae68d67e2ee188dc0247770c6ada6e27c05"
|
||||
skip_extraction="xvfb-run xvfb-run.1"
|
||||
|
||||
do_extract() {
|
||||
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}{,.1} ${wrksrc}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin xvfb-run
|
||||
vman xvfb-run.1
|
||||
}
|
Loading…
Reference in a new issue