serenity/Ports/tig/package.sh
2023-10-12 23:30:22 +02:00

14 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'
)