Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
archrelease: copy trunk to staging-x86_64
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@384553 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
foutrelis committed May 16, 2020
1 parent b9d717c commit 273cb01
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions anthy/repos/staging-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Contributor: damir <[email protected]>
# Contributor: Daniel J Griffiths <[email protected]>
# Maintainer: Gaetan Bisson <[email protected]>

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
}

0 comments on commit 273cb01

Please sign in to comment.