2024-12-23 10:46:52 +07:00

18 lines
610 B
Bash

# Template file for 'wee-slack'
pkgname=wee-slack
version=2.11.0
revision=1
depends="weechat weechat-python python3-websocket-client"
short_desc="WeeChat plugin for Slack.com"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/wee-slack/wee-slack"
changelog="https://raw.githubusercontent.com/wee-slack/wee-slack/master/CHANGELOG.md"
distfiles="https://github.com/wee-slack/wee-slack/archive/v${version}.tar.gz"
checksum=1554a0fb304860c159049b16f321d09131a6a962244c008fe230b04b100aec93
do_install() {
vinstall wee_slack.py 644 usr/lib/weechat/python/
vlicense LICENSE
}