Skip to content

Commit

Permalink
Ports: Fix up imgcat
Browse files Browse the repository at this point in the history
  • Loading branch information
n0toose authored and linusg committed Apr 20, 2021
1 parent 2d62cf8 commit 139288b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Ports/imgcat/package.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
#!/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"
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

depends="ncurses"
build() {
run make \
production=true
}

export CPPFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/ncurses"

0 comments on commit 139288b

Please sign in to comment.