20 lines
662 B
Bash
20 lines
662 B
Bash
# Template file for 'qupzilla'
|
|
pkgname=qupzilla
|
|
version=1.8.6
|
|
revision=4
|
|
wrksrc=QupZilla-${version}
|
|
build_style=gnu-makefile
|
|
make_install_args="INSTALL_ROOT=\${DESTDIR}"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="qt5-devel qt5-script-devel qt5-tools-devel qt5-webkit-devel"
|
|
depends="qt5-plugin-sqlite"
|
|
short_desc="Lightweight multiplatform browser"
|
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|
license="GPL-3"
|
|
homepage="http://www.qupzilla.com/"
|
|
distfiles="https://github.com/QupZilla/${pkgname}/releases/download/v${version}/QupZilla-${version}.tar.xz"
|
|
checksum=aecda29f8994c9dc4d6b5f76ce5b1ba947272a0d5a40b5d83a54023dd5d7a6a5
|
|
|
|
pre_build() {
|
|
qmake
|
|
}
|