Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[package]
|
||||
name = "m4"
|
||||
version = "1.4.21"
|
||||
revision = 1
|
||||
description = "GNU macro processor"
|
||||
homepage = "https://www.gnu.org/software/m4/"
|
||||
license = "GPL-3.0-Only"
|
||||
|
||||
[alternatives]
|
||||
|
||||
[[source]]
|
||||
url = "https://mirrors.kernel.org/gnu/$name/$name-$version.tar.xz"
|
||||
sha256 = "f25c6ab51548a73a75558742fb031e0625d6485fe5f9155949d6486a2408ab66"
|
||||
extract_dir = "$name-$version"
|
||||
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[build.flags]
|
||||
skip_tests = true
|
||||
|
||||
[dependencies]
|
||||
runtime = [ "glibc" ]
|
||||
Reference in New Issue
Block a user