summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9e62df8cc209d3d402304627dead0837cc462e64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Maintainer: mojyack <mojyack at gmail.com>
pkgname=mikan-dictionary-neologd-git
pkgver=1
pkgrel=1
pkgdesc='A additional dictionary for mikan input method made from mecab-ipadic-neologd.'
arch=('any')
url='https://github.com/mojyack/mikan-dictionary-neologd'
license=('MIT')
groups=()
depends=()
makedepends=('python')
checkdepends=()
optdepends=()
provides=('mikan-additional-dictionary')
conflicts=('mikan-dictionary-neologd')
replaces=()
backup=()
options=()
install=
changelog=
source=("source::git+https://github.com/mojyack/mikan-dictionary-neologd")
noextract=()
md5sums=('SKIP')
validpgpkeys=()

pkgver() {
    cd source
    printf "1.%s" "$(git rev-parse --short HEAD)"
}

build() {
    cd source
    ./build.sh
}

package() {
    cd source
    ./install.sh ${pkgdir}/usr/share/mikan-im
}