vp-build/srcpkgs/texmaker/template

18 lines
610 B
Bash

# Template file for 'texmaker'
pkgname=texmaker
version=4.5
revision=2
build_style=qmake
hostmakedepends="qt5-qmake pkg-config"
makedepends="poppler-qt5-devel qt5-webkit-devel qt5-script-devel"
short_desc="Free cross-platform LaTeX editor"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-3"
homepage="http://www.xm1math.net/texmaker/index.html"
distfiles="http://www.xm1math.net/$pkgname/$pkgname-$version.tar.bz2"
checksum=2ce9966e410bf878649d1c756e3dc2a077e55e1eaa9f4beb10aa7224cd94d614
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-webkit-devel qt5-script-devel"
fi