diff --git a/srcpkgs/lumina-calculator/template b/srcpkgs/lumina-calculator/template new file mode 100644 index 00000000000..12d5999ae23 --- /dev/null +++ b/srcpkgs/lumina-calculator/template @@ -0,0 +1,19 @@ +# Template file for 'lumina-calculator' +pkgname=lumina-calculator +version=1.6.0 +revision=1 +build_wrksrc="src-qt5" +build_style=qmake +configure_args="PREFIX=/usr L_MANDIR=/usr/share/man" +hostmakedepends="qt5-host-tools qt5-qmake" +makedepends="qt5-devel" +short_desc="Scientific calculator from the Lumina desktop" +maintainer="Ken Moore " +license="BSD-3-Clause" +homepage="https://github.com/lumina-desktop/lumina-calculator" +distfiles="https://github.com/lumina-desktop/lumina-calculator/archive/v${version}.tar.gz" +checksum=5cc5001b1d770f81ebe99995e9e58c6e7e2a3887a39316ab8b64780eba0a1045 + +post_install() { + vlicense ${wrksrc}/LICENSE +}