void-packages/srcpkgs/apvlv-git/template
2014-12-24 15:21:53 -06:00

20 lines
613 B
Plaintext

# 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}
}