void-packages/srcpkgs/checkbashisms/template
2014-12-14 09:41:41 +01:00

24 lines
666 B
Plaintext

# Template file for 'checkbashisms'
pkgname=checkbashisms
version=2.14.11
revision=1
noarch=yes
wrksrc="devscripts-${version}"
depends="perl"
short_desc="Debian script that checks for bash-isms"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://packages.qa.debian.org/d/devscripts.html"
license="GPL-2"
update_pkgname=devscripts
distfiles="${DEBIAN_SITE}/main/d/devscripts/devscripts_${version}.tar.xz"
checksum=2fc98f4b00452e3dfb37f44d69e19824f6aa9621d7305067cf53c1eaa4bb8eed
pre_install() {
sed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
}
do_install() {
vbin scripts/checkbashisms.pl checkbashisms
vman scripts/checkbashisms.1
}