Date: Wednesday, October 3, 2018 @ 16:39:49 Author: felixonmars Revision: 389255
extra2community: Moving libchewing from extra to community Added: libchewing/ libchewing/repos/ libchewing/trunk/ libchewing/trunk/PKGBUILD ----------+ PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) Added: libchewing/trunk/PKGBUILD =================================================================== --- libchewing/trunk/PKGBUILD (rev 0) +++ libchewing/trunk/PKGBUILD 2018-10-03 16:39:49 UTC (rev 389255) @@ -0,0 +1,25 @@ +# Maintainer: Gaetan Bisson <[email protected]> +# Contributor: whisky <archlinux.cle(at)gmail.com> +# Contributor: damir <[email protected]> + +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 +} Property changes on: libchewing/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
