diff --git a/srcpkgs/lumina-pdf/template b/srcpkgs/lumina-pdf/template new file mode 100644 index 00000000000..94b5cffc9c2 --- /dev/null +++ b/srcpkgs/lumina-pdf/template @@ -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 " +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 +}