mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
Add ncurses
This commit is contained in:
parent
a6c79e30a8
commit
3492992b56
12
config/pkg/lib/ncurses.yml
Normal file
12
config/pkg/lib/ncurses.yml
Normal file
@ -0,0 +1,12 @@
|
||||
ncurses:
|
||||
type: library
|
||||
artifact:
|
||||
source:
|
||||
type: filelist
|
||||
url: 'https://ftp.gnu.org/pub/gnu/ncurses/'
|
||||
regex: '/href="(?<file>ncurses-(?<version>[^"]+)\.tar\.gz)"/'
|
||||
binary: hosted
|
||||
metadata:
|
||||
license-files: ['COPYING']
|
||||
static-libs@unix:
|
||||
- libncurses.a
|
||||
Loading…
x
Reference in New Issue
Block a user