21 lines
613 B
Text
21 lines
613 B
Text
# Template file for 'rofi'
|
|
pkgname=rofi
|
|
version=0.14.9
|
|
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=5a511bc658a36d12183347c9b7a07d99207f230a6e702dd38f5e5fa0360917ea
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|