void-packages/srcpkgs/vaultwarden-web/template

16 lines
558 B
Bash

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