mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Ports: Add termcap port
This commit is contained in:
parent
8cea5c053d
commit
d14d6218d1
Notes:
sideshowbarker
2024-07-19 10:57:05 +09:00
Author: https://github.com/larb0b Commit: https://github.com/SerenityOS/serenity/commit/d14d6218d12 Pull-request: https://github.com/SerenityOS/serenity/pull/854
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…
Reference in a new issue