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
+7
View File
@@ -0,0 +1,7 @@
for sect in 0 1 3; do
sed -i "/^\.so /s/man${sect}p/man$sect/" man${sect}p/*
mkdir -p "$DESTDIR"/usr/share/man/man${sect}
mv man${sect}p/* "$DESTDIR"/usr/share/man/man$sect/
done
find "$DESTDIR"/usr/share/man -name "*.[0-9]" -o -name "*.[0-9]p" \
| xargs gzip -9
+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"