mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
50758181a3
This commit updates the formatting for all ports to be updated in this PR in one go, to keep those changes centralized.
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.5'
|
|
useconfigure='true'
|
|
files=(
|
|
"https://github.com/jonas/tig/releases/download/tig-${version}/tig-${version}.tar.gz#24ba2c8beae889e6002ea7ced0e29851dee57c27fde8480fb9c64d5eb8765313"
|
|
)
|
|
depends=(
|
|
'libiconv'
|
|
'ncurses'
|
|
'pcre'
|
|
'readline'
|
|
)
|