mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
Ports: Add a dependency on libiconv to tig
This commit is contained in:
parent
d3f3bb1853
commit
4cbf78ce6a
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ version=2.5.5
|
||||||
useconfigure="true"
|
useconfigure="true"
|
||||||
files="https://github.com/jonas/tig/releases/download/tig-${version}/tig-${version}.tar.gz tig-${version}.tar.gz 24ba2c8beae889e6002ea7ced0e29851dee57c27fde8480fb9c64d5eb8765313"
|
files="https://github.com/jonas/tig/releases/download/tig-${version}/tig-${version}.tar.gz tig-${version}.tar.gz 24ba2c8beae889e6002ea7ced0e29851dee57c27fde8480fb9c64d5eb8765313"
|
||||||
auth_type=sha256
|
auth_type=sha256
|
||||||
depends=("ncurses" "pcre" "readline")
|
depends=("ncurses" "pcre" "readline" "libiconv")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue