2025-01-27 19:29:13 -05:00

16 lines
557 B
Bash

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