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

Felix Yan fyan at archlinux.org
Thu Dec 17 10:34:24 UTC 2015


    Date: Thursday, December 17, 2015 @ 11:34:24
  Author: fyan
Revision: 153562

archrelease: copy trunk to community-testing-x86_64

Added:
  brise/repos/community-testing-x86_64/
  brise/repos/community-testing-x86_64/PKGBUILD
    (from rev 153561, brise/trunk/PKGBUILD)

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

Copied: brise/repos/community-testing-x86_64/PKGBUILD (from rev 153561, brise/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-12-17 10:34:24 UTC (rev 153562)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+
+pkgname=brise
+pkgver=0.35.20150907
+_commit=d6ad1644161fd250b1be82efc2c75802f9025dd0
+pkgrel=1
+pkgdesc="Rime schema repository"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+makedepends=('cmake' 'git' 'librime')
+provides=('librime-data')
+#source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver"
+source=("git+https://github.com/lotem/brise.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list