void-packages/srcpkgs/checkbashisms/template

27 lines
757 B
Bash

# Template file for 'checkbashisms'
pkgname=checkbashisms
version=2.23.4
revision=1
depends="perl"
checkdepends="shunit2 perl"
short_desc="Debian script that checks for bash-isms"
maintainer="Orphaned <orphan@voidlinux.org>"
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=3dc68972734c0aeb310beb35d01b83d85e445270acefd8caeda6a6fef6f6f4f3
pre_install() {
vsed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
}
do_check() {
./test/test_checkbashisms
}
do_install() {
vbin scripts/checkbashisms.pl checkbashisms
vman scripts/checkbashisms.1
}