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
+21
View File
@@ -0,0 +1,21 @@
[build]
type = "custom"
[dependencies]
build = ["make"]
runtime = [
"glibc",
"sh",
]
[package]
description = "POSIX.1-2017 Manpages"
homepage = "https://www.kernel.org/doc/man-pages/"
license = "custom"
name = "man-pages"
version = "2017a"
[[source]]
extract_dir = "$name-$version"
sha256 = "ce67bb25b5048b20dad772e405a83f4bc70faf051afa289361c81f9660318bc3"
url = "https://cdn.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2017-a.tar.xz"