shellcheck-bin: initial commit, version 0.7.2

This commit is contained in:
Tim Biermann 2021-07-02 22:27:29 +00:00
parent 420adfa337
commit 9f410cf08f
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxrwxr-x root/root usr/bin/shellcheck

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF333XC4ObyQ9u8Zu4sFG4SeU7NaQcP2O/+mVAl2cD6oCCHiUN06ALzeBH0edOe2P+R98p2HRJJdLWCodwF1NVBQY=
SHA256 (Pkgfile) = ff88610aa6dd557ba1613f11b004fe977841d0ad8af97524c7a9dc72758dfeec
SHA256 (.footprint) = 49dae543fc1a2dd7f696a88eda09adacefe2d40527038ddf1248639dfe5da2f1
SHA256 (shellcheck-v0.7.2.linux.x86_64.tar.xz) = 70423609f27b504d6c0c47e340f33652aea975e45f312324f2dbf91c95a3b188

13
shellcheck-bin/Pkgfile Normal file
View File

@ -0,0 +1,13 @@
# Description: finds bugs in your shell scripts
# URL: https://www.shellcheck.net/
# Maintainer: Tim Biermann, tbier at posteo dot de
name=shellcheck-bin
version=0.7.2
release=1
source=(https://github.com/koalaman/shellcheck/releases/download/v$version/shellcheck-v$version.linux.x86_64.tar.xz)
build() {
cd shellcheck-v$version
install -Dm775 shellcheck $PKG/usr/bin/shellcheck
}