[arch-commits] Commit in librime/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Dec 27 13:28:29 UTC 2017
Date: Wednesday, December 27, 2017 @ 13:28:28
Author: felixonmars
Revision: 276234
archrelease: copy trunk to community-staging-x86_64
Added:
librime/repos/community-staging-x86_64/
librime/repos/community-staging-x86_64/PKGBUILD
(from rev 276233, librime/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: librime/repos/community-staging-x86_64/PKGBUILD (from rev 276233, librime/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2017-12-27 13:28:28 UTC (rev 276234)
@@ -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.2.9
+pkgrel=7
+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' 'git')
+source=("git+https://github.com/rime/librime.git#tag=rime-$pkgver")
+sha512sums=('SKIP')
+
+build() {
+ cd $pkgname
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list