diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 60f5c3c3cbd..c2804ab653d 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -185,6 +185,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`tuxracer`](tuxracer/) | Tux Racer | 0.61 | http://tuxracer.sourceforge.net/ | | [`tcl`](tcl/) | Tcl | 8.6.11 | https://www.tcl-lang.org/ | | [`termcap`](termcap/) | GNU termcap | 1.3.1 | https://www.gnu.org/software/termutils/ | +| [`tig`](tig/) | Tig: text-mode interface for Git | 2.5.5 | https://jonas.github.io/tig/ | | [`tinycc`](tinycc/) | Tiny C Compiler (TinyCC) | dev | https://github.com/TinyCC/tinycc | | [`tinyscheme`](tinyscheme/) | TinyScheme Interpreter | 1.42 | https://sourceforge.net/projects/tinyscheme/ | | [`tr`](tr/) | tr (OpenBSD) | 6.7 | https://github.com/ibara/libpuffy | diff --git a/Ports/tig/package.sh b/Ports/tig/package.sh new file mode 100755 index 00000000000..732842a3b5c --- /dev/null +++ b/Ports/tig/package.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env -S bash ../.port_include.sh +port=tig +version=2.5.5 +useconfigure="true" +files="https://github.com/jonas/tig/releases/download/tig-${version}/tig-${version}.tar.gz tig-${version}.tar.gz 24ba2c8beae889e6002ea7ced0e29851dee57c27fde8480fb9c64d5eb8765313" +auth_type=sha256 +depends=("ncurses" "pcre" "readline")