void-packages/srcpkgs/xdgmenumaker/template
2019-08-02 13:02:17 +02:00

21 lines
623 B
Bash

# Template file for 'xdgmenumaker'
pkgname=xdgmenumaker
version=1.5
revision=1
hostmakedepends="make"
depends="python3 python3-xdg pygtk python-gobject gobject-introspection"
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
patch_args="-Np1"
do_build() {
make
}
do_install() {
make DESTDIR="${DESTDIR}" install
}