void-packages/srcpkgs/rofi/template
2014-12-08 09:38:32 +00:00

22 lines
614 B
Plaintext

# Template file for 'rofi'
pkgname=rofi
version=0.14.12
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"
checksum=9fe94321aed1a347fc7bfc7958d2450c324bdbf9ce9ebf781ae831b463750aea
pre_configure() {
autoreconf -fi
}
post_install() {
vlicense COPYING
}