void-packages/srcpkgs/gmrun/template
triallax 7037e07115 *: orphan packages maintained by bougyman
Last commit is 13c97c0a4f, last merge
commit is 944936d96a.

Didn't orphan wifish and sv-helper, at request of maintainer.
2023-08-31 10:21:20 -04:00

18 lines
538 B
Bash

# Template file for 'gmrun'
pkgname=gmrun
version=0.9.2
revision=5
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="gtk+-devel popt-devel"
short_desc="A simple program which provides an X 'run program' window"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://sf.net/projects/gmrun"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=17297bce53249ccc7145931db22251b47f77ac355f78cf8abf1e87ae16341fa0
post_install() {
vlicense COPYING
vdoc README
}