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 +}