Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 5 additions & 12 deletions srcpkgs/void-docs/template
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
# Template file for 'void-docs'
pkgname=void-docs
version=2025.01.25
version=2026.04.13
revision=1
hostmakedepends="mdBook lowdown texlive perl perl-JSON perl-File-Which librsvg-utils"
build_style=gnu-makefile
hostmakedepends="mdBook-legacy lowdown mdbook-typst"
short_desc="Documentation for Void Linux"
maintainer="Érico Nogueira <ericonr@disroot.org>"
maintainer="classabbyamp <void@placeviolette.net>"
license="CC-BY-SA-4.0"
homepage="https://github.com/void-linux/void-docs"
distfiles="https://github.com/void-linux/void-docs/archive/refs/tags/${version}.tar.gz"
checksum=3147216906b6b2ae5bfc57641a8edb2e27d429aa8e2ef867d3d6c76ce6d40f29

do_build() {
PREFIX=/usr res/build.sh
}

do_install() {
PREFIX=/usr DESTDIR="$DESTDIR" res/install.sh
}
checksum=c6d21421a7e51bddeb2bd39519893e0b9ca5d24a66473fa71f62ce21c7ee6525

void-docs-browse_package() {
depends="${sourcepkg}>=${version}_${revision} pick lowdown"
Expand Down