22 lines
559 B
Bash
22 lines
559 B
Bash
# Template file for 'chars'
|
|
pkgname=chars
|
|
version=0.7.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="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/antifuchs/chars"
|
|
distfiles="https://github.com/antifuchs/chars/archive/v${version}.tar.gz"
|
|
checksum=2f79843a3b1173870b41ebce491a54812b13a44090d0ae30a6f572caa91f0736
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
do_install() {
|
|
vbin target/${RUST_TARGET}/release/chars
|
|
}
|