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

Felix Yan felixonmars at archlinux.org
Wed May 16 06:54:56 UTC 2018


    Date: Wednesday, May 16, 2018 @ 06:54:56
  Author: felixonmars
Revision: 322546

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: brise/repos/community-testing-x86_64/PKGBUILD (from rev 322545, brise/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-05-16 06:54:56 UTC (rev 322546)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+
+pkgname=brise
+pkgver=0.38.20180515
+pkgrel=1
+pkgdesc="Rime schema repository"
+arch=('x86_64')
+url="https://github.com/lotem/brise/"
+license=('GPL3')
+makedepends=('cmake' 'librime')
+provides=('librime-data')
+source=("https://github.com/rime/brise/releases/download/brise-0.38/brise-$pkgver.tar.gz")
+sha512sums=('60b3d37486b6858114036664327c9be00d09d3f7d3f5aaf337c6bc5a46134e5785fc1732db5aad15e1e628241a70c9c34b03f982fb13cae6d91220731b451bb9')
+
+build() {
+  cd $pkgname
+  make
+  rime_deployer --build output
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list