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