From d336ec2ecec47ca2817da60d0a94618c51a75ade Mon Sep 17 00:00:00 2001 From: usagi-flow <2804556+usagi-flow@users.noreply.github.com> Date: Sun, 21 Jul 2024 22:51:06 +0200 Subject: [PATCH] New package: rage-0.11.1 Co-authored-by: Duncaen --- srcpkgs/rage/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/rage/template diff --git a/srcpkgs/rage/template b/srcpkgs/rage/template new file mode 100644 index 00000000000..b03408ddeef --- /dev/null +++ b/srcpkgs/rage/template @@ -0,0 +1,18 @@ +# Template file for 'rage' +pkgname=rage +version=0.11.1 +revision=1 +build_style=cargo +make_install_args="--path rage" +short_desc="Simple, modern and secure encryption tool, written in Rust" +maintainer="Duncaen " +license="MIT OR Apache-2.0" +homepage="https://github.com/str4d/rage" +distfiles="https://github.com/str4d/rage/archive/refs/tags/v${version}.tar.gz" +checksum=b00559285c9fa5779b2908726d7a952cbf7cb629008e4c4c23a5c137c98f3f09 + +conflicts="rage-player" # /usr/bin/rage + +post_install() { + vlicense LICENSE-MIT +}