void-packages/srcpkgs/vaultwarden-web/template

16 lines
558 B
Bash

# Template file for 'vaultwarden-web'
pkgname=vaultwarden-web
version=2022.11.1
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=9dddf6434b93b27add54f0ded58825be483641cc202d1fb1d1d16f2920fca3c2
do_install() {
vmkdir usr/share/webapps/vaultwarden-web
vcopy . usr/share/webapps/vaultwarden-web
}