# Template file for 'chars' pkgname=chars version=0.6.0 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 " license="MIT" homepage="https://github.com/antifuchs/chars" distfiles="https://github.com/antifuchs/chars/archive/v${version}.tar.gz" checksum=34537fd7b8b5fdc79a35284236443b07c54dded81d558c5bb774a2a354b498c7 post_install() { vlicense LICENSE } do_install() { vbin target/${RUST_TARGET}/release/chars }