# Template file for 'checkbashisms' pkgname=checkbashisms version=2.25.30 revision=1 depends="perl" checkdepends="shunit2 perl" short_desc="Debian script that checks for bash-isms" maintainer="TheGejr " license="GPL-2.0-or-later" homepage="https://tracker.debian.org/pkg/devscripts" changelog="https://tracker.debian.org/media/packages/d/devscripts/changelog-${version}" distfiles="${DEBIAN_SITE}/main/d/devscripts/devscripts_${version}.tar.xz" checksum=4488a884382c935901f1081ac437d02a806ec39b3b457c2d5b09b1ca08c0054d pre_install() { vsed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl } do_check() { ./test/test_checkbashisms } do_install() { vcompletion scripts/checkbashisms.bash_completion bash vbin scripts/checkbashisms.pl checkbashisms vman scripts/checkbashisms.1 }