void-packages/srcpkgs/rofi/template
2015-01-25 16:56:25 +00:00

22 lines
613 B
Plaintext

# Template file for 'rofi'
pkgname=rofi
version=0.15.1
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=35de926df5f4fe03a7d62c78102c9b82820236f66c22cfcc987b6d388421d715
pre_configure() {
autoreconf -fi
}
post_install() {
vlicense COPYING
}