vp-build/srcpkgs/wee-slack/template

17 lines
531 B
Bash

# Template file for 'wee-slack'
pkgname=wee-slack
version=2.8.0
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"
distfiles="https://github.com/wee-slack/wee-slack/archive/v${version}.tar.gz"
checksum=8a618230ce87c48d48c3432f51c19b3181df447dbc73952332bf99d5ec5dea24
do_install() {
vinstall wee_slack.py 644 usr/lib/weechat/python/
vlicense LICENSE
}