[arch-commits] Commit in (6 files)

Alexander Rødseth arodseth at archlinux.org
Fri Jan 20 10:25:39 UTC 2017


    Date: Friday, January 20, 2017 @ 10:25:38
  Author: arodseth
Revision: 208104

Move grumpy from AUR

Added:
  grumpy/
  grumpy/repos/
  grumpy/repos/community-i686/
  grumpy/repos/community-x86_64/
  grumpy/trunk/
  grumpy/trunk/PKGBUILD

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

Added: grumpy/trunk/PKGBUILD
===================================================================
--- grumpy/trunk/PKGBUILD	                        (rev 0)
+++ grumpy/trunk/PKGBUILD	2017-01-20 10:25:38 UTC (rev 208104)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 194006 2016-10-30 14:58:09Z arodseth $
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=grumpy
+pkgver=0.aa58aa68
+pkgrel=1
+pkgdesc='Grumpy is a Python to Go source code transcompiler and runtime'
+arch=('x86_64' 'i686')
+url='https://github.com/google/grumpy'
+depends=('go' 'python2')
+makedepends=('go' 'python2' 'git')
+license=('Apache')
+options=('!strip')
+source=("git+https://github.com/google/grumpy.git#commit=${pkgver#*.}")
+md5sums=('SKIP')
+
+build() {
+  make -C grumpy -j2
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C grumpy install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list