void-packages/srcpkgs/eludris/template

23 lines
742 B
Bash

# Template file for 'eludris'
pkgname=eludris
version=0.3.3
revision=2
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://eludris.com/"
# distfiles="https://github.com/eludris/eludris/archive/refs/tags/v${version}.tar.gz"
# Upstream repo is gone, project is now proprietary
distfiles="https://sources.voidlinux.org/eludris-${version}/v${version}.tar.gz"
checksum=e204969d056e147a97cb8d1b2a0c16b7e4d06c5895ef9bb939884ddc0ecdb3c2
post_install() {
vlicense LICENSE
}