New package: chars-0.4.1
This commit is contained in:
parent
2f9ae3dfa7
commit
20564ed28f
1 changed files with 21 additions and 0 deletions
21
srcpkgs/chars/template
Normal file
21
srcpkgs/chars/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'chars'
|
||||||
|
pkgname=chars
|
||||||
|
version=0.4.1
|
||||||
|
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"
|
||||||
|
checksum=7816cb435c9c2977ae704c6176e97ce4f5a7bb40621aaf9c5104598c29277b77
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin target/${RUST_TARGET}/release/chars
|
||||||
|
}
|
Loading…
Reference in a new issue