mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
21 lines
836 B
Bash
21 lines
836 B
Bash
# Template file for 'heisenbridge'
|
|
pkgname=heisenbridge
|
|
version=1.15.2
|
|
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=6233fa496d1e18f0247864061749a5cfea3a39dda6202787532c7cd02b626376
|
|
|
|
post_install() {
|
|
vsv heisenbridge
|
|
vlicense LICENSE
|
|
}
|