# Template file for 'checkbashisms' pkgname=checkbashisms version=2.23.5 revision=1 depends="perl" checkdepends="shunit2 perl" short_desc="Debian script that checks for bash-isms" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://tracker.debian.org/pkg/devscripts" changelog="https://salsa.debian.org/debian/devscripts/-/raw/master/debian/changelog" distfiles="${DEBIAN_SITE}/main/d/devscripts/devscripts_${version}.tar.xz" checksum=8f47d45534bf94f28576078c864b22273dbe139928074ec82b6b848f9e44586d 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 }