Ports: Add termcap port

This commit is contained in:
Larkin Nickle 2019-12-06 13:32:58 -05:00 committed by Andreas Kling
parent 8cea5c053d
commit d14d6218d1
Notes: sideshowbarker 2024-07-19 10:57:05 +09:00

6
Ports/termcap/package.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash ../.port_include.sh
port=termcap
version=1.3.1
useconfigure=true
configopts="--prefix=$SERENITY_ROOT/Root/usr"
files="https://ftp.gnu.org/gnu/termcap/termcap-1.3.1.tar.gz termcap-1.3.1.tar.gz"