summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 692cb48e6bd2c86eeb2ae4f3bc24751d5427e39a (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
# Maintainer: Popolon <popolon@popolon.org>
pkgname=ibus-table-mongol-bichig
pkgver=git
pkgrel=2
pkgdesc='https://framagit.org/popolon/ibus-table-mongol_bichig'
arch=(any)
url='https://framagit.org/popolon/ibus-table-mongol_bichig'
license=('WTFPL')
depends=('ibus-table')
optdepends=('noto-fonts: contains mongolian script')
makedepends=('ibus-table')
source=("git+https://framagit.org/popolon/ibus-table-mongol_bichig.git")
sha256sums=(SKIP)

build() {
  cd ibus-table-mongol_bichig

 ./compile.sh
}

package() {
  cd ibus-table-mongol_bichig

  install -Dm644 mongol_bichig.db "${pkgdir}/usr/share/ibus-table/tables/mongol_bichig.db"
  install -Dm644 mongol_bichig.svg "${pkgdir}/usr/share/ibus-table/icons/mongol_bichig.svg"
}