From c8677616c235a849cd1e6f95b1f86963ce076b31 Mon Sep 17 00:00:00 2001 From: DragonGhost7 Date: Thu, 20 Jul 2023 18:49:47 -0400 Subject: [PATCH] New package: cloak-0.3.0 Closes: #45162 [via git-merge-pr] --- srcpkgs/cloak/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/cloak/template diff --git a/srcpkgs/cloak/template b/srcpkgs/cloak/template new file mode 100644 index 00000000000..961abb6f9e1 --- /dev/null +++ b/srcpkgs/cloak/template @@ -0,0 +1,15 @@ +# Template file for 'cloak' +pkgname=cloak +version=0.3.0 +revision=1 +build_style=cargo +short_desc="Command Line OTP (One Time Password) Authenticator" +maintainer="DragonGhost7 " +license="MIT" +homepage="https://github.com/evansmurithi/cloak" +distfiles="https://github.com/evansmurithi/cloak/archive/refs/tags/v${version}.tar.gz" +checksum=f2b8441cbc751c5f7455ab2c3ea654455b510a1d2a2576e6d64d78699e218a8b + +post_install() { + vlicense LICENSE +}