New package: heisenbridge-1.14.6.
This commit is contained in:
parent
331b6826ae
commit
d56e8d92cd
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
[ -r ./conf ] && . ./conf
|
||||
|
||||
exec chpst -u nobody:nogroup heisenbridge --config /etc/heisenbridge.yaml ${OPTS:="http://localhost:8008"}
|
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'heisenbridge'
|
||||
pkgname=heisenbridge
|
||||
version=1.14.6
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-irc python3-ruamel.yaml python3-mautrix python3-socks python3-aiohttp"
|
||||
checkdepends="$depends python3-pytest"
|
||||
short_desc="Bouncer-style Matrix IRC bridge"
|
||||
maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/hifi/heisenbridge"
|
||||
changelog="https://github.com/hifi/heisenbridge/releases"
|
||||
# distfiles="https://github.com/hifi/heisenbridge/releases/download/v$version/heisenbridge-$version.tar.gz"
|
||||
distfiles="https://github.com/hifi/heisenbridge/archive/refs/tags/v$version.tar.gz"
|
||||
checksum=0372a06055147f0402035897f6782bce9a24df0d290b8c054d24b33ba81d27da
|
||||
|
||||
post_install() {
|
||||
vsv heisenbridge
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue