Initial commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[build.flags]
|
||||
skip_tests = true
|
||||
|
||||
[dependencies]
|
||||
runtime = [
|
||||
"glibc",
|
||||
"sh",
|
||||
"gawk",
|
||||
"diffutils",
|
||||
"m4",
|
||||
"perl",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "programs for producing shell scripts that can automatically configure source code"
|
||||
homepage = "https://www.gnu.org/software/autoconf/"
|
||||
license = "GPL-3.0-or-Later"
|
||||
name = "autoconf"
|
||||
version = "2.72"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "ba885c1319578d6c94d46e9b0dceb4014caafe2490e437a0dbca3f270a223f5a"
|
||||
url = "https://mirrors.kernel.org/gnu/autoconf/autoconf-$version.tar.xz"
|
||||
Reference in New Issue
Block a user