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:
Tim Schumacher 2022-03-16 13:07:41 +01:00 committed by Linus Groh
parent aad776048e
commit 8ffba7e2cf
Notes: sideshowbarker 2024-07-17 17:19:09 +09:00

View file

@ -1,7 +1,7 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=imgcat
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"
auth_type=sha256