mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
21 lines
379 B
YAML
21 lines
379 B
YAML
|
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}}
|