vp-build/srcpkgs/sigil/template

30 lines
1.2 KiB
Bash

# Template file for 'sigil'
pkgname=sigil
version=0.9.8
revision=1
create_wrksrc=yes
build_style=cmake
# Can use system zlib, minizip and hunspell; can't use system pcre
configure_args="-DUSE_SYSTEM_LIBS=ON"
hostmakedepends="pkg-config unzip qt5-qmake"
makedepends="zlib-devel minizip-devel qt5-tools-devel qt5-svg-devel
qt5-webkit-devel qt5-xmlpatterns-devel qt5-multimedia-devel qt5-sensors-devel
qt5-declarative-devel qt5-location-devel qt5-webchannel-devel
qt5-plugin-odbc qt5-plugin-mysql qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds
boost-devel hunspell-devel python3-devel"
depends="desktop-file-utils python3-lxml"
short_desc="A multi-platform EPUB ebook editor"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
homepage="https://github.com/Sigil-Ebook/Sigil"
distfiles="${homepage}/releases/download/${version}/Sigil-${version}-Code.zip"
checksum=78f9f200c86da326984543bd86cbb8eab91308a5a4d7f8cfcc88eb9b0779749a
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-tools-devel qt5-svg-devel"
hostmakedepends+=" qt5-webkit-devel qt5-xmlpatterns-devel qt5-multimedia-devel"
hostmakedepends+=" qt5-sensors-devel qt5-declarative-devel qt5-location-devel"
hostmakedepends+=" qt5-webchannel-devel python3-devel"
fi