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.
This commit is contained in:
parent
d52b43b418
commit
2930918abd
|
@ -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 <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
|
||||||
|
}
|
Loading…
Reference in New Issue