Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b52e4181366d2b547ad46cbda31a9466da78e40f
commit b52e4181366d2b547ad46cbda31a9466da78e40f Author: DeX77 <[email protected]> Date: Tue Nov 17 15:50:35 2015 +0100 shellcheck-0.4.1-1-x86_64 * new package diff --git a/source/devel-extra/shellcheck/FrugalBuild b/source/devel-extra/shellcheck/FrugalBuild new file mode 100644 index 0000000..82a5448 --- /dev/null +++ b/source/devel-extra/shellcheck/FrugalBuild @@ -0,0 +1,16 @@ +# Compiling Time: 0.03 SBU +# Maintainer: DeX77 <[email protected]> + +pkgname=shellcheck +pkgver=0.4.1 +pkgrel=1 +pkgdesc="Shell script analysis tool" +groups=('devel-extra') +url="http://www.shellcheck.net" +archs=('i686' 'x86_64') +depends=('haskell-mtl>=2.2.1' 'haskell-parsec' 'haskell-quickcheck' \ + 'haskell-json' 'haskell-regex-tdfa') +_F_haskell_name="ShellCheck" +_F_haskell_setup="Setup.hs" +Finclude haskell +sha1sums=('a08ec9200aaae6d9a354fba5fb28537036b898c2') _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
