diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-09-12 23:20:46 -0500 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-19 11:12:11 +0000 |
commit | 366c48a4e2b2508b8a886efec0ef8efda508f139 (patch) | |
tree | 19069c297b3d880135d728c7726d740db9d74484 /main/checkbashisms | |
parent | 1a1399adb971d853da296ced572c5c87ccadf8da (diff) | |
download | aports-366c48a4e2b2508b8a886efec0ef8efda508f139.tar.bz2 aports-366c48a4e2b2508b8a886efec0ef8efda508f139.tar.xz |
main/checkbashisms: no test suite
Diffstat (limited to 'main/checkbashisms')
-rw-r--r-- | main/checkbashisms/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/checkbashisms/APKBUILD b/main/checkbashisms/APKBUILD index 5ade783c26..3366e64da6 100644 --- a/main/checkbashisms/APKBUILD +++ b/main/checkbashisms/APKBUILD @@ -1,11 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=checkbashisms pkgver=2.0.0.2 -pkgrel=3 +pkgrel=4 pkgdesc="Basic checks on shell scripts for the presence of non portable syntax" url="http://sourceforge.net/projects/checkbaskisms/" arch="noarch" license="GPL2" +options="!check" # No test suite. depends="perl" source="http://downloads.sourceforge.net/project/checkbaskisms/$pkgver/checkbashisms" |