void-packages/srcpkgs/checkbashisms/template
2014-11-24 08:57:36 +00:00

24 lines
666 B
Plaintext

# Template file for 'checkbashisms'
pkgname=checkbashisms
version=2.14.10
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=cd5659ed25dc1f962e1285d8a77a222aa257a9ab53d7442879422b4e988457ad
pre_install() {
sed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
}
do_install() {
vbin scripts/checkbashisms.pl checkbashisms
vman scripts/checkbashisms.1
}