From 38b3e574f2eb69f74c0a0f44299c38a99ac3597d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 26 Oct 2019 19:01:04 +0200 Subject: [PATCH] New package: chars-0.4.1 --- srcpkgs/chars/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/chars/template diff --git a/srcpkgs/chars/template b/srcpkgs/chars/template new file mode 100644 index 00000000000..2e5177c4f57 --- /dev/null +++ b/srcpkgs/chars/template @@ -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 " +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 +}