Initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[build.flags]
|
||||
configure = ["--docdir=/usr/share/doc/automake"]
|
||||
skip_tests = true
|
||||
|
||||
[dependencies]
|
||||
runtime = [
|
||||
"glibc",
|
||||
"perl",
|
||||
"sh",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "programs for generating Makefiles for use with Autoconf"
|
||||
homepage = "https://www.gnu.org/software/automake/"
|
||||
license = "GPL-2.0-or-Later"
|
||||
name = "automake"
|
||||
version = "1.18.1"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "168aa363278351b89af56684448f525a5bce5079d0b6842bd910fdd3f1646887"
|
||||
url = "https://mirrors.kernel.org/gnu/automake/automake-$version.tar.xz"
|
||||
Reference in New Issue
Block a user