ladybird/Ports/imgcat/package.sh

14 lines
386 B
Bash
Raw Normal View History

#!/usr/bin/env -S bash ../.port_include.sh
port=imgcat
version=2.5.0
2021-04-18 12:38:23 +03:00
depends="ncurses"
files="https://github.com/eddieantonio/imgcat/releases/download/v${version}/imgcat-${version}.tar.gz imgcat-v${version}.tar.gz 16e5386f5ce2237643785e7c8bb2cfce"
auth_type=md5
2021-04-18 12:38:23 +03:00
build() {
run make \
production=true
}
export CPPFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/ncurses"