18 lines
610 B
Bash
18 lines
610 B
Bash
# Template file for 'wee-slack'
|
|
pkgname=wee-slack
|
|
version=2.10.1
|
|
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=6215241a88af93e7911bd913f8d0d070d4225f0cd4abc40aa37388ae69ec4a38
|
|
|
|
do_install() {
|
|
vinstall wee_slack.py 644 usr/lib/weechat/python/
|
|
vlicense LICENSE
|
|
}
|