New Package: apvlv-git-2014-12-24
This commit is contained in:
parent
2d4a85ca19
commit
484b755716
|
@ -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}
|
||||
}
|
Loading…
Reference in New Issue