Closed 0x766C70 closed 2 years ago
Thanks vlp very helpful
you could just package it in Alpine :D
@craftyguy, thanks for packaging! I'd like to add Alpine installation instructions, but I'm not very familiar with Alpine. Now that there's an aport, how would one install it?
@dkasak basically just: sudo apk add weechat-matrix
then to enable it in weechat:
$ mkdir -p ~/.local/share/weechat/python/autoload
$ ln -s /usr/share/weechat/python/weechat-matrix.py -t ~/.local/share/weechat/python/autoload
Those instructions get printed after you apk add
the package ^^
Great, thanks! There's now https://github.com/poljar/weechat-matrix#alpine-linux.
@dkasak nice, thanks for documenting it :D
ttps://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32400
Big thanks !!
just to share you the packages required in order to pass pip3 requirement for weechat-matrix on alpine:
apk add weechat weechat-python python3 python3-dev curl olm olm-dev musl-dev gcc py3-wheel py3-importlib-metadata libffi-dev make