17 lines
531 B
Bash
17 lines
531 B
Bash
# Template file for 'wee-slack'
|
|
pkgname=wee-slack
|
|
version=2.7.0
|
|
revision=1
|
|
depends="weechat weechat-python python3-websocket-client"
|
|
short_desc="WeeChat plugin for Slack.com"
|
|
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/wee-slack/wee-slack"
|
|
distfiles="https://github.com/wee-slack/wee-slack/archive/v${version}.tar.gz"
|
|
checksum=da75962f97192ef5d10f5c7a0c72933aa1e4124ae0bfd84a1394f70f7d790b5b
|
|
|
|
do_install() {
|
|
vinstall wee_slack.py 644 usr/lib/weechat/python/
|
|
vlicense LICENSE
|
|
}
|