New package: wee-slack-2.2.0

This commit is contained in:
Renato Aguiar 2019-02-04 22:26:29 -08:00 committed by maxice8
parent 22e5417299
commit 5387e318d8
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# 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
}