mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
e26eda10d9
* +sourcery * Try to fix CI * remove redundant download * yaml requirements * sigh --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
22 lines
387 B
YAML
22 lines
387 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}}" ]]
|