New package: eludris-0.3.3

This commit is contained in:
Oliver Wilkes 2023-05-29 19:32:09 +01:00 committed by Duncan Overbruck
parent 27b3ffea5f
commit 4460433289
2 changed files with 22 additions and 0 deletions

20
srcpkgs/eludris/template Normal file
View file

@ -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 <oliverwilkes2006@icloud.com>"
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
}

2
srcpkgs/eludris/update Normal file
View file

@ -0,0 +1,2 @@
site="https://github.com/eludris/eludris/tags"
pattern='\/tags\/v\K[\d.]+(?=\.tar\.gz)'