Initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[build.flags]
|
||||
skip_tests = true
|
||||
|
||||
[dependencies]
|
||||
runtime = [
|
||||
"glibc",
|
||||
"sh",
|
||||
"mpfr"
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "programs for manipulating text files"
|
||||
homepage = "https://www.gnu.org/software/gawk/"
|
||||
license = "GPL-3.0-or-later"
|
||||
name = "gawk"
|
||||
version = "5.3.2"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "f8c3486509de705192138b00ef2c00bbbdd0e84c30d5c07d23fc73a9dc4cc9cc"
|
||||
url = "https://mirrors.kernel.org/gnu/gawk/gawk-$version.tar.xz"
|
||||
post_extract = [ "sed -i 's/extras//' Makefile.in" ]
|
||||
Reference in New Issue
Block a user