From 39eb21a18648a93004e99d713315c7892d07427e Mon Sep 17 00:00:00 2001 From: Oliver Wilkes Date: Mon, 29 May 2023 19:32:09 +0100 Subject: [PATCH] New package: eludris-0.3.3 --- srcpkgs/eludris/template | 20 ++++++++++++++++++++ srcpkgs/eludris/update | 2 ++ 2 files changed, 22 insertions(+) create mode 100644 srcpkgs/eludris/template create mode 100644 srcpkgs/eludris/update diff --git a/srcpkgs/eludris/template b/srcpkgs/eludris/template new file mode 100644 index 000000000000..6215920c922c --- /dev/null +++ b/srcpkgs/eludris/template @@ -0,0 +1,20 @@ +# Template file for 'eludris' +pkgname=eludris +version=0.3.3 +revision=1 +build_style=cargo +build_helper=rust +configure_args="--bin eludris" +make_install_args="--path cli" +hostmakedepends="pkg-config" +makedepends="openssl-devel" +short_desc="Simple CLI to help with setting up and managing your Eludris instance" +maintainer="Oliver Wilkes " +license="MIT" +homepage="https://github.com/eludris/eludris/tree/main/cli" +distfiles="https://github.com/eludris/eludris/archive/refs/tags/v${version}.tar.gz" +checksum=e204969d056e147a97cb8d1b2a0c16b7e4d06c5895ef9bb939884ddc0ecdb3c2 + +post_install() { + vlicense LICENSE +} diff --git a/srcpkgs/eludris/update b/srcpkgs/eludris/update new file mode 100644 index 000000000000..f1803c315380 --- /dev/null +++ b/srcpkgs/eludris/update @@ -0,0 +1,2 @@ +site="https://github.com/eludris/eludris/tags" +pattern='\/tags\/v\K[\d.]+(?=\.tar\.gz)'