void-packages/srcpkgs/gmrun/template

19 lines
528 B
Bash
Raw Normal View History

2015-04-01 20:06:38 +00:00
# Template file for 'gmrun'
pkgname=gmrun
version=0.9.2
revision=2
2015-04-01 20:06:38 +00:00
build_style=gnu-configure
makedepends="gtk+-devel popt-devel"
2015-04-01 20:06:38 +00:00
hostmakedepends="pkg-config"
short_desc="A simple program which provides an X 'run program' window"
maintainer="bougyman <bougyman@rubyists.com>"
license="GPL-2"
homepage="http://sf.net/projects/gmrun"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=17297bce53249ccc7145931db22251b47f77ac355f78cf8abf1e87ae16341fa0
post_install() {
vlicense COPYING
vdoc README
}