aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/heisenbridge/template
diff options
context:
space:
mode:
Diffstat (limited to 'srcpkgs/heisenbridge/template')
-rw-r--r--srcpkgs/heisenbridge/template21
1 files changed, 21 insertions, 0 deletions
diff --git a/srcpkgs/heisenbridge/template b/srcpkgs/heisenbridge/template
new file mode 100644
index 00000000000..b7601ee6553
--- /dev/null
+++ b/srcpkgs/heisenbridge/template
@@ -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
+}