mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-03 04:50:29 +00:00
Ports: Add a port of tig 2.5.5
This commit is contained in:
parent
3fdc2d8dcf
commit
bcfc87fcc2
Notes:
sideshowbarker
2024-07-17 20:41:32 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/bcfc87fcc25 Pull-request: https://github.com/SerenityOS/serenity/pull/11986
2 changed files with 8 additions and 0 deletions
|
@ -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 |
|
||||
|
|
7
Ports/tig/package.sh
Executable file
7
Ports/tig/package.sh
Executable file
|
@ -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")
|
Loading…
Reference in a new issue