void-packages/srcpkgs/jgmenu/template
2017-11-26 10:43:59 +01:00

22 lines
701 B
Bash

# Template file for 'jgmenu'
pkgname=jgmenu
version=0.7.5
revision=1
build_style=gnu-makefile
make_use_env=yes
make_install_args="prefix=/usr"
hostmakedepends="pkg-config"
makedepends="cairo-devel libglib-devel librsvg-devel libxml2-devel
libX11-devel libXinerama-devel menu-cache-devel pango-devel"
depends="desktop-file-utils python3"
maintainer="cr6git <quark6@protonmail.com>"
short_desc="Small X11 menu intended to be used with openbox and tint2"
homepage="https://www.github.com/johanmalm/jgmenu"
license="GPL-2"
distfiles="https://www.github.com/johanmalm/jgmenu/archive/v${version}.tar.gz"
checksum=c34d13de68a0aacac7542887a85d66914cd5157636ecb82b6dce7d51b4678f18
do_check() {
make check
}