Initial commit
This commit is contained in:
@@ -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" ]
|
||||
Reference in New Issue
Block a user