Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+23
View File
@@ -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" ]