Ports: Add imgcat port

Co-authored-by: Linus Groh <mail@linusgroh.de>
This commit is contained in:
Panagiotis Vasilopoulos 2021-04-17 16:50:51 +03:00 committed by Linus Groh
parent 3b6454b9c2
commit 40c2c24984
2 changed files with 9 additions and 0 deletions

View file

@ -38,6 +38,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
| [`gnuplot`](gnuplot/) | Gnuplot | 5.2.8 | http://www.gnuplot.info/ |
| [`grep`](grep/) | GNU Grep | 2.5.4 | https://www.gnu.org/software/grep/ |
| [`hatari`](hatari/) | Atari ST/STE/TT/Falcon emulator | 2.4.0-devel | https://hatari.tuxfamily.org/ |
| [`imgcat`](imgcat/) | imgcat | 2.5.0 | https://github.com/eddieantonio/imgcat |
| [`indent`](indent/) | GNU indent | 2.2.11 | https://www.gnu.org/software/indent/ |
| [`jot`](jot/) | jot (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy |
| [`jq`](jq/) | jq | 1.6 | https://stedolan.github.io/jq/ |

8
Ports/imgcat/package.sh Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=imgcat
version=2.5.0
useconfigure=false
files="https://github.com/eddieantonio/imgcat/releases/download/v${version}/imgcat-${version}.tar.gz imgcat-v${version}.tar.gz 1b5d45ccafc6fbb7a7ee685d4a5110101418d48b"
auth_type=md5
depends="ncurses"