mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
23 lines
501 B
YAML
23 lines
501 B
YAML
|
distributable:
|
||
|
url: https://github.com/so-fancy/diff-so-fancy/archive/refs/tags/v{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: so-fancy/diff-so-fancy
|
||
|
strip: /^v/
|
||
|
|
||
|
build:
|
||
|
script:
|
||
|
- chmod +x diff-so-fancy
|
||
|
- run: |
|
||
|
sed -i.bak -e 's| \. "/lib";| \. "/../lib";|' diff-so-fancy
|
||
|
rm diff-so-fancy.bak
|
||
|
- mkdir -p "{{prefix}}/bin"
|
||
|
- mv diff-so-fancy "{{prefix}}/bin"
|
||
|
- cp -a lib "{{prefix}}"
|
||
|
|
||
|
provides:
|
||
|
- bin/diff-so-fancy
|
||
|
|
||
|
test: diff-so-fancy --help
|