void-packages/srcpkgs/jgmenu/template

22 lines
701 B
Bash
Raw Normal View History

# Template file for 'jgmenu'
pkgname=jgmenu
2017-11-25 23:19:20 +01:00
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"
2017-11-25 23:19:20 +01:00
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"
2017-11-25 23:19:20 +01:00
checksum=c34d13de68a0aacac7542887a85d66914cd5157636ecb82b6dce7d51b4678f18
2017-11-13 22:17:03 +01:00
do_check() {
make check
}