mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
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
|