18 lines
599 B
Bash
18 lines
599 B
Bash
|
# 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
|