mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
new file: projects/veracode.com/gen-ir/package.yml
This commit is contained in:
parent
e98fc7d262
commit
8ff7877d64
20
projects/veracode.com/gen-ir/package.yml
Normal file
20
projects/veracode.com/gen-ir/package.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
distributable:
|
||||
url: https://github.com/veracode/gen-ir/archive/refs/tags/{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: veracode/gen-ir
|
||||
|
||||
platforms:
|
||||
- darwin
|
||||
|
||||
build:
|
||||
- swift build -c release --disable-sandbox
|
||||
- install -D .build/release/gen-ir {{prefix}}/bin/gen-ir
|
||||
|
||||
provides:
|
||||
- bin/gen-ir
|
||||
|
||||
test:
|
||||
- gen-ir --help
|
||||
- gen-ir --version | grep {{version}}
|
Loading…
Reference in a new issue