main/checkbashisms: clarify license, improve abuild

This commit is contained in:
prspkt 2018-04-23 07:17:41 +00:00 committed by Natanael Copa
parent 271c9041f5
commit 38ab367b5c

View File

@ -2,14 +2,13 @@
pkgname=checkbashisms
pkgver=2.18.2
pkgrel=0
pkgdesc="Basic checks on shell scripts for the presence of non portable syntax"
subpackages="$pkgname-doc"
url="http://cdn.debian.net/debian/pool/main/d/devscripts/"
pkgdesc="Check shell scripts for POXIX compliance"
url="https://tracker.debian.org/pkg/devscripts"
arch="noarch"
license="GPL-2.0"
license="GPL-2.0-or-later"
depends="perl"
subpackages="$pkgname-doc"
source="http://cdn.debian.net/debian/pool/main/d/devscripts/devscripts_$pkgver.tar.xz"
builddir="$srcdir/devscripts-$pkgver/scripts"
check() {