mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
+shellcheck.net
This commit is contained in:
parent
70d01618f2
commit
c625bcbf4a
1 changed files with 31 additions and 0 deletions
31
projects/shellcheck.net/package.yml
Normal file
31
projects/shellcheck.net/package.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
distributable:
|
||||
url: https://github.com/koalaman/shellcheck/archive/refs/tags/v{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: koalaman/shellcheck/tags
|
||||
|
||||
provides:
|
||||
- bin/shellcheck
|
||||
|
||||
dependencies:
|
||||
sourceware.org/libffi: 3
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
haskell.org: ^9
|
||||
haskell.org/cabal: ^3
|
||||
script: |-
|
||||
cabal update
|
||||
cabal install $ARGS
|
||||
env:
|
||||
ARGS:
|
||||
- --install-method=copy
|
||||
- --installdir={{prefix}}/bin
|
||||
|
||||
test:
|
||||
fixture: |
|
||||
#!/bin/sh
|
||||
echo "Hello, world!"
|
||||
script:
|
||||
shellcheck $FIXTURE
|
Loading…
Reference in a new issue