Browse Source
haskell/haskell-ShellCheck: Updated for version 0.5.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
pull/53/head
David Spencer
7 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with
7 additions and
9 deletions
-
haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild
-
haskell/haskell-ShellCheck/haskell-ShellCheck.info
-
haskell/haskell-ShellCheck/slack-desc
|
|
@ -23,7 +23,7 @@ |
|
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
|
|
|
|
PRGNAM=haskell-ShellCheck |
|
|
|
VERSION=${VERSION:-0.4.7} |
|
|
|
VERSION=${VERSION:-0.5.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
@ -97,9 +97,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr |
|
|
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |
|
|
|
|
|
|
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a \ |
|
|
|
LICENSE README.md \ |
|
|
|
$PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |
|
|
|
|
|
|
|
mkdir -p $PKG/install |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="haskell-ShellCheck" |
|
|
|
VERSION="0.4.7" |
|
|
|
VERSION="0.5.0" |
|
|
|
HOMEPAGE="https://www.shellcheck.net/" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/package/ShellCheck-0.4.7/ShellCheck-0.4.7.tar.gz" |
|
|
|
MD5SUM="6b6c9fd17a8454a5def7d1e2e7b87807" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/package/ShellCheck-0.5.0/ShellCheck-0.5.0.tar.gz" |
|
|
|
MD5SUM="0a0f23bd84141ca7056e7cd890dc4cc6" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="haskell-json haskell-mtl haskell-parsec haskell-QuickCheck haskell-regex-tdfa" |
|
|
|
REQUIRES="haskell-aeson haskell-json haskell-QuickCheck haskell-regex-tdfa" |
|
|
|
MAINTAINER="Andrew Clemons" |
|
|
|
EMAIL="andrew.clemons@gmail.com" |
|
|
@ -10,7 +10,7 @@ haskell-ShellCheck: haskell-ShellCheck (shell script analysis tool) |
|
|
|
haskell-ShellCheck: |
|
|
|
haskell-ShellCheck: Find bugs in your shell scripts. |
|
|
|
haskell-ShellCheck: |
|
|
|
haskell-ShellCheck: http://www.shellcheck.net/ |
|
|
|
haskell-ShellCheck: https://www.shellcheck.net/ |
|
|
|
haskell-ShellCheck: |
|
|
|
haskell-ShellCheck: |
|
|
|
haskell-ShellCheck: |
|
|
|