|
root / base / nano / package.toml
package.toml TOML 26 lines 550 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# GNU nano - Simple text editor
# https://www.nano-editor.org/

[package]
name = "nano"
version = "8.2"
release = 1
description = "GNU nano - Simple text editor"
url = "https://www.nano-editor.org/"
license = "GPL-3.0"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["ncurses"]
build = ["ncurses"]

[[source]]
file = "nano-8.2.tar.xz"
urls = ["https://www.nano-editor.org/dist/v8/nano-8.2.tar.xz"]
checksum = "d5ad07dd862facae03051c54c6535e54c7ed7407318783fcad1ad2d7076fffeb"


[build]
parallel = true