mirror of
https://github.com/ivabus/pantry
synced 2024-11-12 19:45:19 +03:00
parent
b19c74226a
commit
32a8bbd848
23
projects/jonas.github.io/tig/package.yml
Normal file
23
projects/jonas.github.io/tig/package.yml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
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
|
Loading…
Reference in a new issue