mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
24 lines
470 B
Bash
24 lines
470 B
Bash
pkgname=brise
|
|
pkgver=0.35.20160221
|
|
_commit=7dbd56b9ce08f75228a7c897109ec397cb48b057
|
|
pkgrel=1
|
|
pkgdesc="Rime schema repository"
|
|
arch=('x86_64')
|
|
url=" http://rime.im/"
|
|
license=('GPL3')
|
|
makedepends=('cmake' 'git' 'librime')
|
|
provides=('librime-data')
|
|
conflicts=('librime<1.2' 'ibus-rime<1.2')
|
|
source=("git+https://github.com/lotem/brise.git#commit=$_commit")
|
|
sha512sums=('SKIP')
|
|
|
|
build() {
|
|
cd $pkgname
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd $pkgname
|
|
make DESTDIR="$pkgdir" install
|
|
}
|