mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
Ports: Fix up imgcat
This commit is contained in:
parent
2d62cf8b79
commit
139288b071
Notes:
sideshowbarker
2024-07-18 19:20:47 +09:00
Author: https://github.com/n0toose
Commit: 139288b071
Pull-request: https://github.com/SerenityOS/serenity/pull/6444
Reviewed-by: https://github.com/linusg
1 changed files with 8 additions and 3 deletions
|
@ -1,8 +1,13 @@
|
||||||
#!/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
|
||||||
useconfigure=false
|
depends="ncurses"
|
||||||
files="https://github.com/eddieantonio/imgcat/releases/download/v${version}/imgcat-${version}.tar.gz imgcat-v${version}.tar.gz 1b5d45ccafc6fbb7a7ee685d4a5110101418d48b"
|
files="https://github.com/eddieantonio/imgcat/releases/download/v${version}/imgcat-${version}.tar.gz imgcat-v${version}.tar.gz 16e5386f5ce2237643785e7c8bb2cfce"
|
||||||
auth_type=md5
|
auth_type=md5
|
||||||
|
|
||||||
depends="ncurses"
|
build() {
|
||||||
|
run make \
|
||||||
|
production=true
|
||||||
|
}
|
||||||
|
|
||||||
|
export CPPFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/ncurses"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue