33 lines
667 B
TOML
33 lines
667 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
configure = [
|
|
"--sysconfdir=/etc",
|
|
"--enable-utf8",
|
|
"--docdir=/usr/share/doc/nano",
|
|
]
|
|
|
|
[dependencies]
|
|
runtime = [
|
|
"glibc",
|
|
"ncurses",
|
|
"xz",
|
|
"bzip2",
|
|
"zlib-ng",
|
|
"file",
|
|
"zstd",
|
|
]
|
|
|
|
[package]
|
|
description = "small, simple text editor which aims to replace Pico, the default editor in the Pine package"
|
|
homepage = "https://www.nano-editor.org/"
|
|
license = "GPL-3.0-or-Later"
|
|
name = "nano"
|
|
version = "8.7.1"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "76f0dcb248f2e2f1251d4ecd20fd30fb400a360a3a37c6c340e0a52c2d1cdedf"
|
|
url = "https://www.nano-editor.org/dist/v8/nano-$version.tar.xz"
|