From d606b1474296b58ac38f71e878725c7785b0bc45 Mon Sep 17 00:00:00 2001 From: Brandon Wilson Date: Mon, 24 Apr 2017 20:41:19 +0900 Subject: [PATCH] New package: qgo-2.1.1 Closes: #6257 [via git-merge-pr] --- srcpkgs/qgo/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/qgo/template diff --git a/srcpkgs/qgo/template b/srcpkgs/qgo/template new file mode 100644 index 0000000000..be48543020 --- /dev/null +++ b/srcpkgs/qgo/template @@ -0,0 +1,17 @@ +# Template file for 'qgo' +pkgname=qgo +version=2.1.1 +revision=1 +build_style=qmake +hostmakedepends="git qt5-qmake qt5-tools" +makedepends="qt5-devel qt5-multimedia-devel pulseaudio-devel" +short_desc="Go/Weiqi/Baduk client that supports the IGS, GTP and SGF protocols" +maintainer='Brandon Wilson ' +license="GPL-2" +homepage="https://github.com/pzorin/qgo" +distfiles="https://github.com/xelxebar/${pkgname}/archive/v${version}.tar.gz" +checksum="e4a36f92abded9536e2bedb5748fd3aba6d150248b1b26a6985763dc4c15434e" + +if [ -n "${CROSS_BUILD}" ]; then + hostmakedepends+=" qt5-multimedia-devel" +fi