17 lines
609 B
Bash
17 lines
609 B
Bash
# Template file for 'texmaker'
|
|
pkgname=texmaker
|
|
version=5.0.3
|
|
revision=1
|
|
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 <abc@pompel.me>"
|
|
license="GPL-3"
|
|
homepage="http://www.xm1math.net/texmaker/index.html"
|
|
distfiles="http://www.xm1math.net/$pkgname/$pkgname-$version.tar.bz2"
|
|
checksum=6074dffa82c431f8727c39e046f62cb70f5fe1457f158b46306e8f490b4f326f
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-host-tools qt5-webkit-devel qt5-script-devel"
|
|
fi
|