# Template file for 'xdgmenumaker' pkgname=xdgmenumaker version=2.4 revision=1 build_style=gnu-makefile hostmakedepends="txt2tags" depends="python3-xdg python3-gobject gobject-introspection python3-Pillow gtk+3" short_desc="Automatic menu generator for WMs, such as, fluxbox, icewm, jwm, pekwm" maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://github.com/gapan/xdgmenumaker" distfiles="https://github.com/gapan/xdgmenumaker/archive/${version}.tar.gz" checksum=4729be77a10249acb08ad3ad93056c8d890d499e3f9885c31fc95a7c1ea69bdd python_version=3 pre_build() { txt2tags --target man man/xdgmenumaker.t2t } pre_install() { # Install generated man page vman man/xdgmenumaker.1 # Install README.md as documentation vdoc README.md }