mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 13:47:34 +00:00
Ports: Add a port of tig 2.5.5
This commit is contained in:
parent
3fdc2d8dcf
commit
bcfc87fcc2
2 changed files with 8 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue