|
root / base / gawk / package.toml
package.toml TOML 26 lines 583 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 Awk - Pattern scanning and processing language
# https://www.gnu.org/software/gawk/

[package]
name = "gawk"
version = "5.3.0"
release = 1
description = "GNU awk pattern scanning and processing language"
url = "https://www.gnu.org/software/gawk/"
license = "GPL-3.0"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = []
build = []

[[source]]
file = "gawk-5.3.0.tar.xz"
urls = ["https://ftp.gnu.org/gnu/gawk/gawk-5.3.0.tar.xz"]
checksum = "ca9c16d3d11d0ff8c69d79dc0b47267e1329a69b39b799895604ed447d3ca90b"


[build]
parallel = true