New package: katarakt

This commit is contained in:
Lukas Braun 2015-11-01 16:27:12 +01:00
parent eae488d3c4
commit e229c6d230

25
srcpkgs/katarakt/template Normal file
View File

@ -0,0 +1,25 @@
# Template file for 'katarakt'
pkgname=katarakt
version=0.1
revision=1
build_style=qmake
hostmakedepends="qt-qmake pkg-config asciidoc"
makedepends="qt-devel poppler-qt4-devel"
short_desc="A simple PDF viewer"
maintainer="Lukas Braun <void-packages@moshbit.net>"
license="BSD"
homepage="https://wwwcip.cs.fau.de/~go18gomu/katarakt"
distfiles="https://wwwcip.cs.fau.de/~go18gomu/katarakt/tarballs/katarakt-${version}.tar.xz"
checksum=3d5cb5ac01809dec3ca8265c2c6c988799bd57e1cfc06a6ca119c33c23f048d3
wrksrc=katarakt
nocross=yes
post_build() {
make doc
}
do_install() {
vbin katarakt
vman doc/katarakt.1
vlicense LICENSE
}