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

Felix Yan felixonmars at archlinux.org
Sat Mar 10 06:32:58 UTC 2018


    Date: Saturday, March 10, 2018 @ 06:32:55
  Author: felixonmars
Revision: 305642

archrelease: copy trunk to community-testing-x86_64

Added:
  librime/repos/community-testing-x86_64/
  librime/repos/community-testing-x86_64/PKGBUILD
    (from rev 305641, librime/trunk/PKGBUILD)

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

Copied: librime/repos/community-testing-x86_64/PKGBUILD (from rev 305641, librime/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-03-10 06:32:55 UTC (rev 305642)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.3.0
+pkgrel=1
+epoch=1
+pkgdesc="Rime input method engine"
+arch=('x86_64')
+url="https://github.com/rime/librime"
+license=('GPL3')
+depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost' 'gtest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rime/librime/archive/rime-$pkgver.tar.gz")
+sha512sums=('08bf47d04d9bb8c9112ba27921be693b76ef608b5b783c79fe592694d29868f282c202a43e920033cdb95a7844caf7b232d4d990267ecd489709b2fbebf01cef')
+
+build() {
+  cd $pkgname-rime-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-rime-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list