vp-build/srcpkgs/zeal/template

21 lines
723 B
Bash

# Template file for 'zeal'
pkgname=zeal
reverts="20141123_1 20141123_2"
version=0.6.1
revision=1
build_style=cmake
configure_args="CONFIG+=no_libappindicator"
hostmakedepends="pkg-config extra-cmake-modules"
makedepends="qt5-webkit-devel xcb-util-keysyms-devel libarchive-devel qt5-x11extras-devel sqlite-devel"
depends="bsdtar"
short_desc="Simple offline API documentation browser"
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
license="GPL-3.0-or-later"
homepage="https://zealdocs.org/"
distfiles="https://github.com/zealdocs/zeal/archive/v${version}.tar.gz"
checksum=095c08f9903071849d5c79878abd48237ce1615f16d324afff1873ab6b5f0026
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"
fi