2007-09-15 21:14:00 +00:00
|
|
|
COMMENT= check shell scripts for bash-specific constructs
|
2007-02-06 22:22:16 +00:00
|
|
|
|
2025-08-28 08:48:10 +00:00
|
|
|
V= 2.25.19
|
2023-03-30 14:25:39 +00:00
|
|
|
DISTNAME= devscripts_$V
|
|
|
|
|
PKGNAME= checkbashisms-$V
|
|
|
|
|
EXTRACT_SUFX= .tar.xz
|
2025-08-28 08:48:10 +00:00
|
|
|
WRKDIST= ${WRKDIR}/devscripts-$V/scripts
|
2007-02-06 22:22:16 +00:00
|
|
|
CATEGORIES= sysutils devel
|
|
|
|
|
|
2013-04-27 17:56:38 +00:00
|
|
|
# GPLv2 only
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2007-02-06 22:22:16 +00:00
|
|
|
|
2023-09-27 17:16:22 +00:00
|
|
|
SITES= https://deb.debian.org/debian/pool/main/d/devscripts/
|
2013-04-27 17:56:38 +00:00
|
|
|
|
2007-02-06 22:22:16 +00:00
|
|
|
NO_BUILD= Yes
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2007-05-17 18:15:51 +00:00
|
|
|
PKG_ARCH= *
|
2013-04-27 17:56:38 +00:00
|
|
|
|
2007-02-06 22:22:16 +00:00
|
|
|
do-install:
|
2025-08-22 07:46:16 +00:00
|
|
|
sed -i "s/###VERSION###/${V}/g" ${WRKSRC}/checkbashisms.pl
|
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/checkbashisms.pl \
|
2007-02-06 22:22:16 +00:00
|
|
|
${PREFIX}/bin/checkbashisms
|
2025-08-22 07:46:16 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/checkbashisms.1 ${PREFIX}/man/man1
|
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/bash-completion/completions/
|
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/checkbashisms.bash_completion \
|
|
|
|
|
${PREFIX}/share/bash-completion/completions/checkbashisms
|
2007-02-06 22:22:16 +00:00
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|