New Package: apvlv-git-2014-12-24

This commit is contained in:
Logen Kain 2014-12-24 15:21:53 -06:00
parent 2d4a85ca19
commit 484b755716
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'apvlv-git'
pkgname=apvlv-git
version=20141224
revision=1
build_style=cmake
configure_args="-DAPVLV_WITH_UMD=no -DAPVLV_WITH_DJVU=yes -DAPVLV_WITH_TXT=yes"
hostmakedepends="git cmake pkg-config"
makedepends="gtk+-devel poppler-glib-devel djvulibre-devel webkitgtk-devel"
depends="desktop-file-utils"
short_desc="Vim-like PDF/DJVU/TXT viewer"
maintainer="Logen K <logen@sudotask.com>"
license="GPL-2"
homepage="http://naihe2010.github.io/apvlv/"
do_fetch() {
local url="git://github.com/naihe2010/apvlv"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}