# Template file for 'vaultwarden' pkgname=vaultwarden version=1.32.4 revision=1 build_style=cargo configure_args="--features sqlite,mysql,postgresql" hostmakedepends="pkg-config" makedepends="openssl-devel libmysqlclient-devel postgresql-libs-devel sqlite-devel zlib-devel" short_desc="Unofficial Bitwarden compatible server written in Rust" maintainer="Joel Beckmeyer " license="AGPL-3.0-only" homepage="https://github.com/dani-garcia/vaultwarden" changelog="https://github.com/dani-garcia/vaultwarden/releases" distfiles="https://github.com/dani-garcia/vaultwarden/archive/${version}.tar.gz" checksum=7cf9a5c7356df42b0da318a446bf576c2aa340581ec4c729f1cb616754cf66ad system_accounts="_vaultwarden" _vaultwarden_homedir="/var/lib/vaultwarden" make_dirs="/var/lib/vaultwarden 0750 _vaultwarden _vaultwarden" # fails to build on i686 with default release profile, see # https://github.com/dani-garcia/vaultwarden/issues/4320 if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then export CARGO_PROFILE_RELEASE_LTO=thin fi post_install() { vsconf .env.template vaultwarden.conf vsv vaultwarden vlicense LICENSE.txt }