Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
[build]
type = "autotools"
[build.flags]
build_32 = true
[dependencies]
runtime = [
"glibc",
"ncurses",
]
[dependencies.lib32]
runtime = [
"lib32-glibc",
"lib32-ncurses",
]
[package]
description = "Command line editor library providing generic line editing, history, and tokenization functions"
homepage = "https://thrysoee.dk/editline/"
license = "BSD-3-Clause"
name = "libedit"
version = "20251016-3.1"
[[source]]
extract_dir = "$name-$version"
sha256 = "21362b00653bbfc1c71f71a7578da66b5b5203559d43134d2dd7719e313ce041"
url = "https://thrysoee.dk/editline/libedit-$version.tar.gz"