diff --git a/srcpkgs/rofi-calc/template b/srcpkgs/rofi-calc/template new file mode 100644 index 00000000000..b91ff25bea6 --- /dev/null +++ b/srcpkgs/rofi-calc/template @@ -0,0 +1,22 @@ +# Template file for 'rofi-calc' +pkgname=rofi-calc +version=0.1 +revision=1 +build_style=gnu-configure +hostmakedepends="automake libtool pkg-config" +makedepends="rofi-devel" +depends="rofi qalculate" +short_desc="Do live calcualtions in rofi" +maintainer="Alexander Gehrke " +license="MIT" +homepage="https://github.com/svenstaro/rofi-calc" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=19ad7b73f1c2b8b9c40cc69482eb4816a2dc87885aef016c0b71da8cc402bf53 + +pre_configure() { + autoreconf -i +} + +post_install() { + vlicense LICENSE +}