mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
15 lines
333 B
YAML
15 lines
333 B
YAML
|
|
readline:
|
||
|
|
type: library
|
||
|
|
artifact:
|
||
|
|
source:
|
||
|
|
type: filelist
|
||
|
|
url: 'https://ftp.gnu.org/pub/gnu/readline/'
|
||
|
|
regex: '/href="(?<file>readline-(?<version>[^"]+)\.tar\.gz)"/'
|
||
|
|
metadata:
|
||
|
|
license-files: [COPYING]
|
||
|
|
license: GPL-3.0-or-later
|
||
|
|
depends:
|
||
|
|
- ncurses
|
||
|
|
static-libs@unix:
|
||
|
|
- libreadline.a
|