# Template file for 'void-docs' pkgname=void-docs version=2025.01.25 revision=1 hostmakedepends="mdBook lowdown texlive perl perl-JSON perl-File-Which librsvg-utils" short_desc="Documentation for Void Linux" maintainer="Érico Nogueira " 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 } void-docs-browse_package() { depends="${sourcepkg}>=${version}_${revision} pick lowdown" short_desc+=" - browsing utilities" build_style=meta }