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