void-packages/srcpkgs/zeal/template

18 lines
642 B
Bash
Raw Normal View History

2015-04-12 23:01:23 +02:00
# Template file for 'zeal'
pkgname=zeal
2015-09-20 11:37:55 +02:00
reverts="20141123_1 20141123_2"
version=0.1.1
revision=1
patch_args="-Np1"
2015-08-23 18:35:19 +02:00
build_style=qmake
2015-09-20 11:37:55 +02:00
hostmakedepends="pkg-config qt5-qmake"
2015-04-12 23:01:23 +02:00
makedepends="qt5-devel qt5-webkit-devel xcb-util-keysyms-devel libarchive-devel"
depends="bsdtar qt5-plugin-sqlite"
short_desc="Simple offline API documentation browser"
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
license="GPL-3"
homepage="http://zealdocs.org/"
2015-09-20 11:37:55 +02:00
distfiles="https://github.com/zealdocs/${pkgname}/archive/v${version}.tar.gz"
checksum=f4e959f9bc66a6e350ee8a33d34695379633432d103db9776c0c7a76cbc5a9d6
2015-08-23 18:35:19 +02:00
configure_args="CONFIG+=no_libappindicator"