From 19ab07dc8f88f7c1ceb149915129c1d93bd60853 Mon Sep 17 00:00:00 2001 From: Alexander Gehrke Date: Fri, 9 Nov 2018 14:54:39 +0100 Subject: [PATCH] new package: rofi-calc-0.1 --- srcpkgs/rofi-calc/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/rofi-calc/template 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 +}