Date: Friday, November 9, 2018 @ 21:25:40
  Author: foutrelis
Revision: 404628

archrelease: copy trunk to community-staging-x86_64

Added:
  qgo/repos/community-staging-x86_64/
  qgo/repos/community-staging-x86_64/PKGBUILD
    (from rev 404627, qgo/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: qgo/repos/community-staging-x86_64/PKGBUILD (from rev 404627, 
qgo/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-09 21:25:40 UTC (rev 404628)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander F Rødseth <[email protected]>
+# Contributor: Douglas Soares de Andrade <[email protected]>
+# Contributor: Magnus Jonsson <[email protected]>
+
+pkgname=qgo
+pkgver=2.1.0
+pkgrel=6
+pkgdesc='Go client and full featured SGF editor'
+arch=('x86_64')
+url='https://github.com/pzorin/qgo'
+license=('GPL')
+depends=('qt5-multimedia' 'libsm')
+makedepends=('git' 'qt5-tools')
+options=('!emptydirs')
+source=("$pkgname::git+https://github.com/pzorin/$pkgname.git#commit=b829eeea23e60c69a38e6f0ed07cbff6cc5c04bb";)
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  qmake
+  make CXXFLAGS="$CXXFLAGS -w -fPIC"
+}
+
+package() {
+  make -C "$pkgname" INSTALL_ROOT="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to