mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
parent
2449570a70
commit
639e1d38cf
2 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'rime'
|
# Template file for 'rime'
|
||||||
pkgname=librime
|
pkgname=librime
|
||||||
version=1.2.9
|
version=1.2.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_LOGGING=Off"
|
configure_args="-DENABLE_LOGGING=Off"
|
||||||
wrksrc="librime-rime-${version}"
|
wrksrc="librime-rime-${version}"
|
||||||
makedepends="marisa-devel boost-devel yaml-cpp-devel leveldb-devel opencc-devel"
|
makedepends="marisa-devel boost-devel yaml-cpp-devel leveldb-devel opencc-devel gtest-devel"
|
||||||
short_desc="Rime Input Method Engine"
|
short_desc="Rime Input Method Engine"
|
||||||
maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
|
maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
homepage="https://github.com/rime/librime"
|
homepage="https://github.com/rime/librime"
|
||||||
distfiles="https://github.com/rime/librime/archive/rime-${version}.tar.gz"
|
distfiles="https://github.com/rime/librime/archive/rime-${version}.tar.gz"
|
||||||
checksum=d9f0e732b5bf0ee9d8872d00c79322eec7682139a898a65555f794795ac5f410
|
checksum=9290f463c424b277e7a50e564e29e615211220bcc59285c2b3bd3ef9c46fa66f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
1
srcpkgs/librime/update
Normal file
1
srcpkgs/librime/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pkgname=rime
|
Loading…
Add table
Reference in a new issue