|
root / base / ncurses / package.toml
package.toml TOML 29 lines 653 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
26
27
28
# ncurses - Terminal handling library
# https://invisible-island.net/ncurses/

[package]
name = "ncurses"
version = "6.5"
release = 1
description = "Terminal handling library with terminfo support"
url = "https://invisible-island.net/ncurses/"
license = "MIT"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = []
build = []

[[source]]
file = "ncurses-6.5.tar.gz"
urls = ["https://invisible-island.net/archives/ncurses/ncurses-6.5.tar.gz"]
checksum = "136d91bc269a9a5785e5f9e980bc76ab57428f604ce3e5a5a90cebc767971cc6"

[patches]
files = ["hammerhead-solaris-compat.patch"]
strip = 0

[build]
parallel = true