New package: matterbridge-1.26.0.
This commit is contained in:
parent
fd562a2f77
commit
49e84718cc
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
[ -r ./conf ] && . ./conf
|
||||
|
||||
exec matterbridge -conf "${MATTERBRIDGE_CONFIG:-/etc/matterbridge.toml}"
|
|
@ -0,0 +1,20 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue