mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
13 lines
322 B
Bash
Executable file
13 lines
322 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='tig'
|
|
version='2.5.8'
|
|
useconfigure='true'
|
|
files=(
|
|
"https://github.com/jonas/tig/releases/download/tig-${version}/tig-${version}.tar.gz#b70e0a42aed74a4a3990ccfe35262305917175e3164330c0889bd70580406391"
|
|
)
|
|
depends=(
|
|
'libiconv'
|
|
'ncurses'
|
|
'pcre'
|
|
'readline'
|
|
)
|