[arch-commits] Commit in anthy/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 12:30:50 UTC 2020


    Date: Saturday, May 16, 2020 @ 12:30:50
  Author: foutrelis
Revision: 384553

archrelease: copy trunk to staging-x86_64

Added:
  anthy/repos/staging-x86_64/
  anthy/repos/staging-x86_64/PKGBUILD
    (from rev 384552, anthy/trunk/PKGBUILD)

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

Copied: anthy/repos/staging-x86_64/PKGBUILD (from rev 384552, anthy/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 12:30:50 UTC (rev 384553)
@@ -0,0 +1,25 @@
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=anthy
+pkgver=9100h
+_filecode=37536
+pkgrel=6
+pkgdesc='Hiragana text to Kana Kanji mixed text Japanese input method'
+arch=('x86_64')
+url='https://es.osdn.net/projects/anthy/'
+license=('LGPL' 'GPL')
+source=("http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('315ebd9e1af208f3ecaeaa13620213b35f004e47edb54e60c3e02c2997444cd2326cc58b725dd2d0bd6a723130884d946ea193ea3d92418082256b59ecc8d88b')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr --sysconfdir=/etc
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make EMACS=emacs DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list