mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
32a8bbd848
* +tig * wow, is it monday?
24 lines
443 B
YAML
24 lines
443 B
YAML
distributable:
|
|
url: https://github.com/jonas/tig/releases/download/{{version.tag}}/{{version.tag}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: jonas/tig
|
|
strip: /tig-/
|
|
|
|
provides:
|
|
- bin/tig
|
|
|
|
dependencies:
|
|
gnu.org/libiconv: ^1
|
|
invisible-island.net/ncurses: ^6
|
|
|
|
build:
|
|
script:
|
|
- ./configure --prefix={{prefix}}
|
|
- make prefix={{prefix}}
|
|
- make prefix={{prefix}} install
|
|
|
|
# FIXME: testing curses stuff
|
|
test: tig --help
|