Skip to content

Commit

Permalink
shellcheck: Update to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neverpanic authored and cjones051073 committed Aug 27, 2019
1 parent 9b42094 commit 13dfa04
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions devel/shellcheck/Portfile
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
PortSystem 1.0
PortGroup haskell 1.0
PortGroup haskell-stack 1.0
PortGroup github 1.0

haskell.setup ShellCheck 0.3.8
name shellcheck
checksums rmd160 18780082aa13e56f84fdd3bd0ddbcb98ccefb117 \
sha256 c185b77166724c06531b3e07b7a8353c0451809a1f60e9f6756d29247853651a
github.setup koalaman shellcheck 0.7.0 v
categories devel haskell
checksums rmd160 cd0d426d77b49d94b3eecc5bed467f52f1211e54 \
sha256 00d8d8481c98a58b9f060dab9c2de65dc891ad866b63c889df5afbe6ed0a0b9f \
size 206753

license GPL-3+
maintainers {cal @neverpanic} openmaintainer
platforms darwin
homepage https://github.com/koalaman/shellcheck

# needs hs-quickcheck >= 2.7.4
depends_lib-append port:hs-json \
port:hs-mtl \
port:hs-parsec \
port:hs-quickcheck-devel \
port:hs-regex-tdfa

description ShellCheck, a static analysis tool for shell scripts
long_description \
Expand Down

0 comments on commit 13dfa04

Please sign in to comment.