mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
Ports: Add imgcat port
Co-authored-by: Linus Groh <mail@linusgroh.de>
This commit is contained in:
parent
3b6454b9c2
commit
40c2c24984
Notes:
sideshowbarker
2024-07-18 19:30:38 +09:00
Author: https://github.com/n0toose Commit: https://github.com/SerenityOS/serenity/commit/40c2c249846 Pull-request: https://github.com/SerenityOS/serenity/pull/6412 Reviewed-by: https://github.com/linusg
2 changed files with 9 additions and 0 deletions
|
@ -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
8
Ports/imgcat/package.sh
Executable 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"
|
Loading…
Reference in a new issue