* +tig

* wow, is it monday?
This commit is contained in:
Jacob Heider 2024-02-20 13:25:59 -05:00 committed by GitHub
parent b19c74226a
commit 32a8bbd848
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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