aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 943926dfe8d4c43bd0de117c0cde592e2ef093ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>

pkgname=ibus-daemon
pkgver=0.0.0
pkgrel=0
pkgdesc='SystemD user service for IBus'
arch=(any)
license=(MIT)
url='https://github.com/KSXGitHub/ibus-daemon.pkgbuild.git'
depends=(systemd ibus)
makedepends=(pkgconf)
source=(
  ibus.service
  LICENSE.md
)
sha512sums=(SKIP SKIP)

package() {
  cd "$srcdir"
  install -Dm644 ibus.service "$pkgdir"/"$(pkg-config systemd --variable=systemduserunitdir)"/ibus.service
  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/ibus-deamon/LICENSE.md
}