void-packages/srcpkgs/wee-slack/template
2020-03-30 18:23:03 +02:00

18 lines
544 B
Bash

# Template file for 'wee-slack'
pkgname=wee-slack
version=2.5.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=dc08dcad4f063a3939e5e4d03066de264fe2e8fd0c4aac1dca1371a1c8748802
do_install() {
vinstall wee_slack.py 644 usr/lib/weechat/python/
vlicense LICENSE
}