30 lines
605 B
TOML
30 lines
605 B
TOML
[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"
|