[arch-commits] Commit in pychess/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Jul 23 15:56:20 UTC 2018


    Date: Monday, July 23, 2018 @ 15:56:20
  Author: felixonmars
Revision: 363085

archrelease: copy trunk to community-staging-any

Added:
  pychess/repos/community-staging-any/
  pychess/repos/community-staging-any/PKGBUILD
    (from rev 363083, pychess/trunk/PKGBUILD)

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

Copied: pychess/repos/community-staging-any/PKGBUILD (from rev 363083, pychess/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-07-23 15:56:20 UTC (rev 363085)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk at gmail.com>
+
+pkgname=pychess
+pkgver=0.99.1
+pkgrel=3
+pkgdesc='Chess client'
+arch=('any')
+url='http://pychess.org/'
+license=('GPL')
+depends=('gst-plugins-base' 'gtksourceview3' 'python-cairo' 'python-gobject'
+'python-ptyprocess' 'python-psutil' 'python-sqlalchemy')
+source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('2f972d479072b28f4f3bdb144b8691bb39c8fd33291fed62c5f97cca7fbc4bdf')
+
+package() {
+  cd "pychess-$pkgver"
+
+  python setup.py install --prefix=/usr --root="$pkgdir"
+}
+
+# getver: raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list