22 lines
836 B
Bash
22 lines
836 B
Bash
# Template file for 'heisenbridge'
|
|
pkgname=heisenbridge
|
|
version=1.15.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-irc python3-ruamel.yaml python3-mautrix python3-socks python3-aiohttp python3-async-timeout"
|
|
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=29cfd803450ee7ca3aa2c20feb36e010a1499e6153f01819519b11760b883d0d
|
|
|
|
post_install() {
|
|
vsv heisenbridge
|
|
vlicense LICENSE
|
|
}
|