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
+24
View File
@@ -0,0 +1,24 @@
[build]
type = "autotools"
[build.flags]
skip_tests = true
[dependencies]
runtime = [
"glibc",
"ncurses",
]
[package]
description = "programs for reading, writing, and converting info pages"
homepage = "https://www.gnu.org/software/texinfo/"
license = "GPL-3.0-or-Later"
name = "texinfo"
version = "7.2"
[[source]]
extract_dir = "$name-$version"
sha256 = "0329d7788fbef113fa82cb80889ca197a344ce0df7646fe000974c5d714363a6"
url = "https://mirrors.kernel.org/gnu/texinfo/texinfo-$version.tar.xz"
post_extract = [ "sed 's/! $output_file eq/$output_file ne/' -i tp/Texinfo/Convert/*.pm" ]