From 4aa963ecc23cd985359aca6f5448f7f5a1826a26 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sun, 26 Mar 2023 12:19:03 +0300 Subject: [PATCH] New package: rinstall-0.2.0 --- srcpkgs/rinstall/template | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 srcpkgs/rinstall/template diff --git a/srcpkgs/rinstall/template b/srcpkgs/rinstall/template new file mode 100644 index 00000000000..3514d61352b --- /dev/null +++ b/srcpkgs/rinstall/template @@ -0,0 +1,13 @@ +# Template file for 'rinstall' +pkgname=rinstall +version=0.2.0 +revision=1 +build_style=cargo +short_desc="Declarative install for programs" +maintainer="mobinmob " +license="GPL-3.0-or-later" +homepage="https://github.com/danyspin97/rinstall" +changelog="https://raw.githubusercontent.com/danyspin97/rinstall/main/CHANGELOG.md" +distfiles="https://github.com/danyspin97/rinstall/archive/refs/tags/${version}.tar.gz" +checksum=386ae4d52ad62b03304596d5dfc7bb273492ac3fed54f1110d0da8dc1847e4c6 +conflicts="rset"