void-packages/srcpkgs/rofi/template

22 lines
614 B
Text
Raw Normal View History

2014-11-20 08:08:07 +00:00
# Template file for 'rofi'
pkgname=rofi
2014-12-08 09:38:32 +00:00
version=0.14.12
2014-11-20 08:08:07 +00:00
revision=1
hostmakedepends="automake pkg-config autoconf"
makedepends="libX11-devel pango-devel libXinerama-devel libXft-devel"
build_style=gnu-configure
short_desc="A window switcher, run dialog and dmenu replacement"
maintainer="Thomas Adam <thomas.adam22@gmail.com>"
license="MIT"
homepage="https://davedavenport.github.io/rofi/"
distfiles="https://github.com/DaveDavenport/rofi/archive/${version}.tar.gz"
2014-12-08 09:38:32 +00:00
checksum=9fe94321aed1a347fc7bfc7958d2450c324bdbf9ce9ebf781ae831b463750aea
2014-11-20 08:08:07 +00:00
pre_configure() {
autoreconf -fi
}
post_install() {
vlicense COPYING
}