# Maintainer: Felix Yan <felixonmars@archlinux.org>

pkgname=rime-essay
pkgver=0.0.0.20250130
_commit=e20d847ec4b0645bffb3701715a9f740eda90cff
pkgrel=1
pkgdesc="Essential files for building up your Rime configuration"
arch=('any')
url="https://github.com/rime/rime-essay"
license=('LGPL')
makedepends=(git)
source=("git+https://github.com/rime/rime-essay.git#commit=$_commit")
sha512sums=('9bd831dd7d73f9567940377e4ce7497fe0c5d5f52d456253f676c828e753c3d2c21f30d41c95aea83af7112d6e4d29a4710c606d07212e16f439e7b4de068cb3')

package() {
  cd $pkgname
  install -Dm644 *.txt -t "$pkgdir"/usr/share/rime-data/
}
