diff --git a/srcpkgs/wee-slack/template b/srcpkgs/wee-slack/template new file mode 100644 index 00000000000..d97a70da524 --- /dev/null +++ b/srcpkgs/wee-slack/template @@ -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 " +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 +}