# Contributor: Justin Berthault # Maintainer: Justin Berthault pkgname=jgmenu pkgver=4.2.0 pkgrel=0 pkgdesc="Simple, independent X11 menu" url="https://github.com/johanmalm/jgmenu" arch="all !s390x !mips !mips64" # missing dep: librsvg license="GPL-2.0-only" depends=" bash desktop-file-utils python3 " makedepends=" librsvg-dev libxrandr-dev libxml2-dev pango-dev " checkdepends="perl" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/johanmalm/jgmenu/archive/v$pkgver.tar.gz" build() { ./configure --prefix=/usr make } check() { make test } package() { make DESTDIR="$pkgdir" install } sha512sums="fa01cdffe0bdecaa11e8c0739c9dc5e7f5e21b523921aff900edd4625e17027a9bd2bd13e40e0263d985dad2e7fd9f4d3d63e8941376470540c325b44e623e00 jgmenu-4.2.0.tar.gz"