mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
9be105f85d
* wip * wip * fix bin positioning * needs libdir (and update the path to it) --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
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
|