New package: rage-0.11.1

Co-authored-by: Duncaen <duncaen@voidlinux.org>
This commit is contained in:
usagi-flow 2024-07-21 22:51:06 +02:00 committed by Duncan Overbruck
parent 2e1b1eef88
commit d336ec2ece

18
srcpkgs/rage/template Normal file
View file

@ -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 <duncaen@voidlinux.org>"
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
}