mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:27:34 +00:00
Ports: Add libpng and libjpeg dependencies to imgcat
Those don't seem to be strictly required, but we already have those ports, might as well add a few more formats to the mix.
This commit is contained in:
parent
aad776048e
commit
8ffba7e2cf
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port=imgcat
|
port=imgcat
|
||||||
version=2.5.0
|
version=2.5.0
|
||||||
depends=("ncurses")
|
depends=("ncurses" "libpng" "libjpeg")
|
||||||
files="https://github.com/eddieantonio/imgcat/releases/download/v${version}/imgcat-${version}.tar.gz imgcat-v${version}.tar.gz 8f18e10464ed1426b29a5b11aee766a43db92be17ba0a17fd127dd9cf9fb544b"
|
files="https://github.com/eddieantonio/imgcat/releases/download/v${version}/imgcat-${version}.tar.gz imgcat-v${version}.tar.gz 8f18e10464ed1426b29a5b11aee766a43db92be17ba0a17fd127dd9cf9fb544b"
|
||||||
auth_type=sha256
|
auth_type=sha256
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue