411461d5bd
- don't install .bin files in build - update brise 20210525+git4f7fc2a * revamped rime-plum-go with CLI ui support via "--select" rime-plum-go is totally compatible with upstream plum and the go version respects "rime_dir" "rime_frontend" environment variables and "http_proxy"/"https_proxy" proxies. * brise data is updated to 20210525 OBS-URL: https://build.opensuse.org/request/show/895226 OBS-URL: https://build.opensuse.org/package/show/M17N/brise?expand=0&rev=18
11 lines
475 B
Plaintext
11 lines
475 B
Plaintext
brise is deprecated by plum.
|
|
|
|
the standard [plum](https://github.com/rime/plum) is developed in bash. openSUSE uses [rime-plum-go](https://github.com/marguerite/rime-plum-go). the golang version is 100% compatible with the bash version, and respects https_proxy environment variable for those behind firewall.
|
|
|
|
brise in openSUSE is just a checkout of :all
|
|
|
|
mkdir brise
|
|
export GO111MODULE=on
|
|
go build rime-plum-go
|
|
rime_dir=brise rime-plum-go/rime-plum-go :all
|