void-docs: update to 2023.06.28.

This commit is contained in:
classabbyamp 2023-06-25 18:17:37 -04:00
parent 022d216deb
commit 2fa07f6fcb
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,21 +1,21 @@
# Template file for 'void-docs' # Template file for 'void-docs'
pkgname=void-docs pkgname=void-docs
version=2021.10.06 version=2023.06.28
revision=1 revision=1
hostmakedepends="mdBook lowdown texlive perl perl-JSON librsvg-utils" hostmakedepends="mdBook lowdown texlive perl perl-JSON perl-File-Which librsvg-utils"
short_desc="Documentation for Void Linux" short_desc="Documentation for Void Linux"
maintainer="Érico Nogueira <ericonr@disroot.org>" maintainer="Érico Nogueira <ericonr@disroot.org>"
license="CC-BY-SA-4.0" license="CC-BY-SA-4.0"
homepage="https://github.com/void-linux/void-docs" homepage="https://github.com/void-linux/void-docs"
distfiles="${homepage}/archive/${version}.tar.gz" distfiles="https://github.com/void-linux/void-docs/archive/refs/tags/${version}.tar.gz"
checksum=5f3db259b20242642e607a6241fdc6d64e89fb4e3546080deaa9faf0fec99bb3 checksum=2d0ba314a5ee9d8f13ddcf430580de1bd56bd7c46346111c8f3ca114d934f6cf
do_build() { do_build() {
PREFIX=/usr res/build.sh PREFIX=/usr res/build.sh
} }
do_install() { do_install() {
PREFIX=/usr DESTDIR=$DESTDIR res/install.sh PREFIX=/usr DESTDIR="$DESTDIR" res/install.sh
} }
void-docs-browse_package() { void-docs-browse_package() {