mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
main/checkbashisms: clarify license, improve abuild
This commit is contained in:
parent
271c9041f5
commit
38ab367b5c
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user