brise: generate and install the .bin files

closes #10888
This commit is contained in:
maxice8 2019-04-12 21:20:26 -03:00
parent 5173f0d6b6
commit 8172832757
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,7 +1,7 @@
# Template file for 'brise'
pkgname=brise
version=0.38.20180515
revision=1
revision=2
archs=noarch
wrksrc=brise
build_style=gnu-makefile
@ -13,3 +13,7 @@ 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
post_build() {
rime_deployer --build output
}