23 lines
733 B
Bash
23 lines
733 B
Bash
# Template file for 'xdgmenumaker'
|
|
pkgname=xdgmenumaker
|
|
version=1.5
|
|
revision=2
|
|
archs=noarch
|
|
build_style=gnu-makefile
|
|
depends="python3-xdg python3-gobject gobject-introspection python3-Pillow"
|
|
short_desc="Automatic menu generator for WMs, such as, fluxbox, icewm, jwm, pekwm"
|
|
maintainer="reback00 <reback00@protonmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/gapan/xdgmenumaker"
|
|
distfiles="https://github.com/gapan/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=a8319db5998ea1c49e52f6d04aad40334daea8047840c6762b4e7f02082b0573
|
|
python_version=3
|
|
patch_args="-Np1"
|
|
|
|
pre_install() {
|
|
# Install pre-generated man page
|
|
vman ${FILESDIR}/${version}/xdgmenumaker.1
|
|
# Install README.md as documentation
|
|
vdoc README.md
|
|
}
|