[arch-commits] Commit in pychess/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Sun Dec 25 16:33:33 UTC 2016
Date: Sunday, December 25, 2016 @ 16:33:32
Author: felixonmars
Revision: 201916
archrelease: copy trunk to community-staging-any
Added:
pychess/repos/community-staging-any/
pychess/repos/community-staging-any/PKGBUILD
(from rev 201915, pychess/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: pychess/repos/community-staging-any/PKGBUILD (from rev 201915, pychess/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2016-12-25 16:33:32 UTC (rev 201916)
@@ -0,0 +1,23 @@
+# $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.12.4
+pkgrel=2
+pkgdesc='Chess client'
+arch=('any')
+url='http://pychess.org/'
+license=('GPL')
+depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base')
+source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz")
+sha256sums=('0706861dcea811abb80c8db589494e932b4bab931b2a8799fe53a2bd4b6ac372')
+
+package() {
+ cd "pychess-$pkgver"
+ python setup.py install --prefix=/usr --root="$pkgdir"
+}
+
+# getver: raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list