void-packages/srcpkgs/chars/template

22 lines
581 B
Bash
Raw Normal View History

2019-10-26 17:01:04 +00:00
# Template file for 'chars'
pkgname=chars
2020-03-22 11:08:17 +00:00
version=0.5.0
2019-10-26 17:01:04 +00:00
revision=1
build_style=cargo
configure_args="-p chars"
make_check_args="-p chars"
short_desc="CLI tool to display information about unicode characters"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://github.com/antifuchs/chars"
distfiles="https://github.com/antifuchs/chars/archive/v${version}.tar.gz"
2020-03-22 11:08:17 +00:00
checksum=5e2807b32bd75862d8b155fa774db26b649529b62da26a74e817bec5a26e1d7c
2019-10-26 17:01:04 +00:00
post_install() {
vlicense LICENSE
}
do_install() {
vbin target/${RUST_TARGET}/release/chars
}