2024-11-10 06:06:00 +01:00
|
|
|
# Template file for 'matterbridge'.
|
2024-01-01 17:38:27 +01:00
|
|
|
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
|
|
|
|
}
|