New package: qgo-2.1.1

Closes: #6257 [via git-merge-pr]
This commit is contained in:
Brandon Wilson 2017-04-24 20:41:19 +09:00 committed by Toyam Cox
parent c878a8c276
commit d606b14742

17
srcpkgs/qgo/template Normal file
View file

@ -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 <x@wilsonb.com>'
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