New package: lumina-pdf-1.6.0

This is the PDF viewer and presentation utility from the Lumina desktop.
It is a stand-alone tool written in Qt5. No dependency on the Lumina desktop itself.

Sponsored by: Project Trident
This commit is contained in:
Ken Moore 2020-05-05 09:40:02 -04:00 committed by Helmut Pozimski
parent 1678f44528
commit d52b43b418
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'lumina-pdf'
pkgname=lumina-pdf
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 poppler-qt5-devel"
short_desc="PDF reader and presentation utility from the Lumina Desktop"
maintainer="Ken Moore <ken@project-trident.org>"
license="BSD-3-Clause"
homepage="https://github.com/lumina-desktop/lumina-pdf"
distfiles="https://github.com/lumina-desktop/lumina-pdf/archive/v${version}.tar.gz"
checksum=376f8a48b0c33bcf1603228748dd0d531eb3d59cda703a3927d950459674144b
post_install() {
vlicense ${wrksrc}/LICENSE
}