void-packages/srcpkgs/vaultwarden-web/template

16 lines
558 B
Bash

# Template file for 'vaultwarden-web'
pkgname=vaultwarden-web
version=2024.6.2b
revision=1
short_desc="Web vault builds for vaultwarden"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="GPL-3.0-or-later"
homepage="https://github.com/dani-garcia/bw_web_builds"
distfiles="https://github.com/dani-garcia/bw_web_builds/releases/download/v${version}/bw_web_v${version}.tar.gz"
checksum=6415c475dbec312e912c286724198992dcb8ed289baa3334db1665ccbda6872a
do_install() {
vmkdir usr/share/webapps/vaultwarden-web
vcopy . usr/share/webapps/vaultwarden-web
}