void-packages/srcpkgs/rofi/template

18 lines
581 B
Bash
Raw Normal View History

2014-11-20 09:08:07 +01:00
# Template file for 'rofi'
pkgname=rofi
version=0.15.5
2014-11-20 09:08:07 +01:00
revision=1
build_style=gnu-configure
2015-04-28 09:24:29 +02:00
hostmakedepends="pkg-config autoconf"
2015-03-01 21:55:21 +01:00
makedepends="pango-devel libXinerama-devel libXft-devel"
2014-11-20 09:08:07 +01:00
short_desc="A window switcher, run dialog and dmenu replacement"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-11-20 09:08:07 +01:00
license="MIT"
homepage="https://davedavenport.github.io/rofi/"
2015-03-01 21:55:21 +01:00
distfiles="https://github.com/DaveDavenport/rofi/releases/download/${version}/rofi-${version}.tar.xz"
checksum=3d7fefc986003527237ffc59a27158e4680e8c6daa6d45374e50734a19996dcf
2014-11-20 09:08:07 +01:00
post_install() {
2015-03-01 21:55:21 +01:00
vlicense COPYING LICENSE
2014-11-20 09:08:07 +01:00
}