Add libedit

This commit is contained in:
crazywhalecc
2026-02-03 10:17:13 +08:00
parent 2e8f6bbb31
commit 6688819605
2 changed files with 17 additions and 2 deletions

View File

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