Add readline

This commit is contained in:
crazywhalecc
2026-02-06 14:03:42 +08:00
parent 425010fbb0
commit 6be4da26aa
2 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
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