mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 02:15:36 +08:00
Add ncurses
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user