pantry/projects/github.com/so-fancy/diff-so-fancy/package.yml
David Roman 9be105f85d
+diff-so-fancy (#2168)
* wip

* wip

* fix bin positioning

* needs libdir (and update the path to it)

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-06-16 14:25:25 -04:00

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