void-packages/srcpkgs/vaultwarden-web/template
2022-12-31 18:37:54 +01:00

15 lines
558 B
Bash

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