Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: chars-0.4.1 #15815

Merged
merged 1 commit into from
Oct 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions srcpkgs/chars/template
Original file line number Diff line number Diff line change
@@ -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
}