void-packages/srcpkgs/jgmenu/template
maxice8 58be22451d jgmenu: update to 0.8.
Closes: #10583 [via git-merge-pr]
2018-01-10 22:51:00 +01:00

22 lines
699 B
Bash

# Template file for 'jgmenu'
pkgname=jgmenu
version=0.8
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=9ab2bbaa5b65d27961872c25a1cdda2486842455f49030612e6ac9e46df4cae1
do_check() {
make check
}