27 lines
938 B
Bash
27 lines
938 B
Bash
# Template file for 'brise'
|
|
# TODO: Upstream has changed to new release schema,
|
|
# They split into multiple small repositories for different input systems.
|
|
pkgname=brise
|
|
version=0.38.20180515
|
|
revision=3
|
|
wrksrc=brise
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config librime"
|
|
depends="librime"
|
|
short_desc="Rime schema repository"
|
|
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://rime.im/"
|
|
distfiles="https://github.com/rime/brise/releases/download/brise-0.38/${pkgname}-${version}.tar.gz"
|
|
checksum=b6a9a2a6eca046db707b0b2dfbf52faa629b62ba26c8224c641afae3831293d4
|
|
|
|
# NOTE: don't run either:
|
|
# make preset-bin
|
|
# make all-bin
|
|
# rime_deployer --build output
|
|
#
|
|
# Although, it'll save our users some time on first start up
|
|
# However, it's not fully compatible, at least native x86_64-musl
|
|
# and armv7l-musl artifacts differ.
|
|
#
|
|
# And the binary files will be recompiled if librime is updated.
|