mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:17:46 +00:00
Ports: Fix ncurses port
This commit is contained in:
parent
2fea238675
commit
941cd003a7
3 changed files with 13 additions and 16 deletions
|
@ -1,7 +1,5 @@
|
|||
#!/bin/bash ../.port_include.sh
|
||||
port=ncurses
|
||||
version=git
|
||||
workdir=ncurses-master
|
||||
version=6.1
|
||||
useconfigure=true
|
||||
curlopts="-L"
|
||||
files="https://github.com/mirror/ncurses/archive/master.tar.gz ncurses-git.tar.gz"
|
||||
files="ftp://ftp.gnu.org/gnu/ncurses/ncurses-6.1.tar.gz ncurses-6.1.tar.gz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue