void-packages/srcpkgs/lumina-calculator/template
Ken Moore 2930918abd New Package: lumina-calculator-1.6.0
This is the graphical, scientific calculator utility from the Lumina Desktop.
It is a completely stand-alone utility written in Qt5. No dependencies on the Lumina Desktop itself.
2020-05-05 20:56:39 +02:00

20 lines
659 B
Bash

# 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 <ken@project-trident.org>"
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
}