mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
24 lines
411 B
YAML
24 lines
411 B
YAML
distributable:
|
|
url: https://github.com/krzysztofzablocki/Sourcery/releases/download/{{version}}/Sourcery-{{version}}.zip
|
|
|
|
versions:
|
|
github: krzysztofzablocki/Sourcery
|
|
|
|
platforms:
|
|
- darwin
|
|
|
|
provides:
|
|
- bin/sourcery
|
|
|
|
warnings:
|
|
- vendored
|
|
|
|
build:
|
|
working-directory: ${{prefix}}/bin
|
|
script: mv "$SRCROOT"/bin/sourcery .
|
|
|
|
test: |
|
|
[[ "$(sourcery --version)" = "{{version}}" ]]
|
|
|
|
display-name: Sourcery
|