Skip to content
Open
Show file tree
Hide file tree
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: 17 additions & 0 deletions srcpkgs/python3-cog/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'python3-cog'
pkgname=python3-cog
version=3.6.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Small bits of Python computation for static files"
maintainer="clizia <xanthippe@cock.lu>"
license="MIT"
homepage="https://cog.readthedocs.io/"
distfiles="https://github.com/nedbat/cog/archive/refs/tags/v${version}.tar.gz"
checksum="cc25f63b998c61cd25a5acece44014867079dabb6cc7d910c18efb10c84bcf90"

post_install() {
vlicense LICENSE.txt
}
24 changes: 24 additions & 0 deletions srcpkgs/qman/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Template file for 'qman'
pkgname=qman
version=1.5.1
revision=1
archs="x86_64 aarch64"
build_style=meson
configure_args="-Dtests=enabled"
hostmakedepends="cmake pkg-config"
makedepends="CUnit-devel ncurses-devel zlib-devel bzip2-devel liblzma-devel python3-cog"
depends="ncurses groff"
short_desc="Modern, full-featured manual page viewer"
maintainer="clizia <xanthippe@cock.lu>"
license="BSD-2-Clause"
homepage="https://github.com/plp13/qman"
distfiles="https://github.com/plp13/qman/archive/refs/tags/v${version}.tar.gz"
checksum="e550958523d0fef90fd0123a61a8f10099ed0c9735e06d8152662d8965b5a0e1"

post_install() {
vlicense LICENSE

# configuration specific for Void Linux
# as specified in https://github.com/plp13/qman/blob/main/doc/OS_SPECIFIC.md#void-linux
vsed -i "$DESTDIR/etc/xdg/qman/qman.conf" -e '/misc/asystem_type=mandoc'
}