[arch-commits] Commit in libchewing/repos (community-x86_64 community-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Oct 3 16:40:14 UTC 2018


    Date: Wednesday, October 3, 2018 @ 16:40:13
  Author: felixonmars
Revision: 389256

archrelease: copy trunk to community-x86_64

Added:
  libchewing/repos/community-x86_64/
  libchewing/repos/community-x86_64/PKGBUILD
    (from rev 389255, libchewing/trunk/PKGBUILD)

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

Copied: libchewing/repos/community-x86_64/PKGBUILD (from rev 389255, libchewing/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-10-03 16:40:13 UTC (rev 389256)
@@ -0,0 +1,25 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: whisky <archlinux.cle(at)gmail.com>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=libchewing
+pkgver=0.5.1
+pkgrel=1
+pkgdesc='Intelligent Chinese phonetic input method'
+url='http://chewing.im/'
+arch=('x86_64')
+license=('GPL')
+depends=('sqlite')
+source=("https://github.com/chewing/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('9708c63415fa6034435c0f38100e7d30d0e1bac927f67bec6dfeb3fef016172b')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list