mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
parent
b4eb9300ec
commit
1711d5b295
1 changed files with 6 additions and 2 deletions
|
@ -1,20 +1,24 @@
|
||||||
# Template file for 'checkbashisms'
|
# Template file for 'checkbashisms'
|
||||||
pkgname=checkbashisms
|
pkgname=checkbashisms
|
||||||
version=2.17.5
|
version=2.17.11
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="devscripts-${version}"
|
wrksrc="devscripts-${version}"
|
||||||
|
checkdepends="shunit2 perl"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
short_desc="Debian script that checks for bash-isms"
|
short_desc="Debian script that checks for bash-isms"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://tracker.debian.org/pkg/devscripts"
|
homepage="https://tracker.debian.org/pkg/devscripts"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${DEBIAN_SITE}/main/d/devscripts/devscripts_${version}.tar.xz"
|
distfiles="${DEBIAN_SITE}/main/d/devscripts/devscripts_${version}.tar.xz"
|
||||||
checksum=8b7f7c6f179918fa8137af746e64523a4a1f8815e3c3e5caeb1c298f718db326
|
checksum=2fefafd23e1707b07c4010ca27aa708992911aa474cd33cd888375d868ddc2da
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
sed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
|
sed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
|
||||||
}
|
}
|
||||||
|
do_check() {
|
||||||
|
./test/test_checkbashisms
|
||||||
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin scripts/checkbashisms.pl checkbashisms
|
vbin scripts/checkbashisms.pl checkbashisms
|
||||||
vman scripts/checkbashisms.1
|
vman scripts/checkbashisms.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue