summaryrefslogtreecommitdiff
path: root/Ports/sl/package.sh
blob: 5f65a08a7eb3b9f5a2444422ecb4620cac39cf7f (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env -S bash ../.port_include.sh
port=sl
version=git
workdir=sl-master
files="https://github.com/mtoyoda/sl/archive/master.tar.gz sl-git.tar.gz"
depends="ncurses"

build() {
    run ${CC} -I${SERENITY_BUILD_DIR}/Root/usr/local/include/ncurses -L${SERENITY_BUILD_DIR}/Root/usr/local/lib -o sl sl.c -lncurses -ltinfo
}