diff --git a/srcpkgs/rofi/template b/srcpkgs/rofi/template new file mode 100644 index 00000000000..c3cea342740 --- /dev/null +++ b/srcpkgs/rofi/template @@ -0,0 +1,21 @@ +# 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 " +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 +}