void-packages/srcpkgs/rofi/template
2015-03-01 21:55:21 +01:00

18 lines
579 B
Plaintext

# Template file for 'rofi'
pkgname=rofi
version=0.15.2
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="pango-devel libXinerama-devel libXft-devel"
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/releases/download/${version}/rofi-${version}.tar.xz"
checksum=64bf088ea7448a8da61d368eb3dfa150b13ade91bc2e2d8c30915e863ea6505c
post_install() {
vlicense COPYING LICENSE
}