1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 02:07:44 +00:00

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

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"