void-packages/srcpkgs/matterbridge/template

21 lines
645 B
Bash

# Template file for 'matterbridge'.
pkgname=matterbridge
version=1.26.0
revision=1
build_style=go
go_import_path="github.com/42wim/matterbridge"
short_desc="Bridge between various chatting services"
maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
license="Apache-2.0"
homepage="https://github.com/42wim/matterbridge/"
changelog="https://github.com/42wim/matterbridge/releases/"
distfiles="https://github.com/42wim/matterbridge/archive/refs/tags/v$version.tar.gz"
checksum=00e1bbfe3b32f2feccf9a7f13a6f12b1ce28a5eb04cc7b922b344e3493497425
post_install() {
for _conf in matterbridge.toml.*; do
vsconf "${_conf}"
done
vsv matterbridge
}