18 lines
533 B
Bash
18 lines
533 B
Bash
|
# Template file for 'wee-slack'
|
||
|
pkgname=wee-slack
|
||
|
version=2.2.0
|
||
|
revision=1
|
||
|
noarch=yes
|
||
|
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=1d08387a301b63f07e74d2a40c5e5f8af54783ba0e3375b6f1fd5eba2fa4da68
|
||
|
|
||
|
do_install() {
|
||
|
vinstall wee_slack.py 644 usr/lib/weechat/python/
|
||
|
vlicense LICENSE
|
||
|
}
|