Merge pull request #2862 from k00mi/katarakt

New package: katarakt
This commit is contained in:
Juan RP 2015-11-03 07:45:50 +01:00
commit 28f5e49a7b

24
srcpkgs/katarakt/template Normal file
View file

@ -0,0 +1,24 @@
# 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
post_build() {
make doc
}
do_install() {
vbin katarakt
vman doc/katarakt.1
vlicense LICENSE
}