From 32a8bbd848b72c4e7b512f77da352ad66498f8f3 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Tue, 20 Feb 2024 13:25:59 -0500 Subject: [PATCH] +tig (#5290) * +tig * wow, is it monday? --- projects/jonas.github.io/tig/package.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 projects/jonas.github.io/tig/package.yml diff --git a/projects/jonas.github.io/tig/package.yml b/projects/jonas.github.io/tig/package.yml new file mode 100644 index 00000000..f1eab18e --- /dev/null +++ b/projects/jonas.github.io/tig/package.yml @@ -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