18 lines
617 B
Bash
18 lines
617 B
Bash
# Template file for 'wee-slack'
|
|
pkgname=wee-slack
|
|
version=2.9.1
|
|
revision=1
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/wee-slack/wee-slack/master/CHANGELOG.md"
|
|
distfiles="https://github.com/wee-slack/wee-slack/archive/v${version}.tar.gz"
|
|
checksum=83ca1ddb49fc6b43d7f0bdea8f6127b73adb943cbaf9954746efbb01928c3a0b
|
|
|
|
do_install() {
|
|
vinstall wee_slack.py 644 usr/lib/weechat/python/
|
|
vlicense LICENSE
|
|
}
|