22 lines
631 B
Bash
22 lines
631 B
Bash
# Template file for 'checkbashisms'
|
|
pkgname=checkbashisms
|
|
version=2.16.2
|
|
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://tracker.debian.org/pkg/devscripts"
|
|
license="GPL-2"
|
|
distfiles="${DEBIAN_SITE}/main/d/devscripts/devscripts_${version}.tar.xz"
|
|
checksum=847507a2636c4e2eb0bea50b77be70b52e149496a603c78b0c0143e763649f62
|
|
|
|
pre_install() {
|
|
sed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
|
|
}
|
|
do_install() {
|
|
vbin scripts/checkbashisms.pl checkbashisms
|
|
vman scripts/checkbashisms.1
|
|
}
|