mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
Ports: Add termcap port
This commit is contained in:
parent
8cea5c053d
commit
d14d6218d1
1 changed files with 6 additions and 0 deletions
6
Ports/termcap/package.sh
Executable file
6
Ports/termcap/package.sh
Executable 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"
|
Loading…
Add table
Reference in a new issue