mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
16 lines
336 B
YAML
16 lines
336 B
YAML
|
|
libedit:
|
||
|
|
type: library
|
||
|
|
artifact:
|
||
|
|
source:
|
||
|
|
type: filelist
|
||
|
|
url: 'https://thrysoee.dk/editline/'
|
||
|
|
regex: '/href="(?<file>libedit-(?<version>[^"]+)\.tar\.gz)"/'
|
||
|
|
binary: hosted
|
||
|
|
metadata:
|
||
|
|
license-files: ['COPYING']
|
||
|
|
license: BSD-3-Clause
|
||
|
|
static-libs@unix:
|
||
|
|
- libedit.a
|
||
|
|
depends:
|
||
|
|
- ncurses
|