From be279d50858d53ca56b08ec52d67c91b57178e3e Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Wed, 15 Sep 2021 13:18:55 +0200 Subject: [PATCH] New package: titlecase-1.1.0 --- srcpkgs/titlecase/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/titlecase/template diff --git a/srcpkgs/titlecase/template b/srcpkgs/titlecase/template new file mode 100644 index 000000000000..db641fa249e0 --- /dev/null +++ b/srcpkgs/titlecase/template @@ -0,0 +1,15 @@ +# Template file for 'titlecase' +pkgname=titlecase +version=1.1.0 +revision=1 +build_style=cargo +short_desc="Small tool that capitalizes English text to Title Case" +maintainer="Daniel Lewan " +license="MIT" +homepage="https://github.com/wezm/titlecase" +distfiles="https://github.com/wezm/titlecase/archive/v${version}.tar.gz" +checksum=967502c98a81fa1f49de798410cb1c0bc7a54a81e773492451da78608c3d77dc + +post_install() { + vlicense LICENSE +}