2014-11-20 08:08:07 +00:00
|
|
|
# Template file for 'rofi'
|
|
|
|
pkgname=rofi
|
2015-01-25 16:43:57 +00:00
|
|
|
version=0.15.1
|
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"
|
2015-01-25 16:43:57 +00:00
|
|
|
checksum=35de926df5f4fe03a7d62c78102c9b82820236f66c22cfcc987b6d388421d715
|
2014-11-20 08:08:07 +00:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense COPYING
|
|
|
|
}
|