mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: matterbridge-1.26.0.
This commit is contained in:
parent
fd562a2f77
commit
49e84718cc
2 changed files with 25 additions and 0 deletions
5
srcpkgs/matterbridge/files/matterbridge/run
Normal file
5
srcpkgs/matterbridge/files/matterbridge/run
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec 2>&1
|
||||||
|
[ -r ./conf ] && . ./conf
|
||||||
|
|
||||||
|
exec matterbridge -conf "${MATTERBRIDGE_CONFIG:-/etc/matterbridge.toml}"
|
20
srcpkgs/matterbridge/template
Normal file
20
srcpkgs/matterbridge/template
Normal file
|
@ -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…
Add table
Reference in a new issue