void-packages/srcpkgs/hangups/template

21 lines
734 B
Bash

# Template file for 'hangups'
pkgname=hangups
version=0.4.18
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-MechanicalSoup python3-readlike python3-ReParser
python3-ConfigArgParse python3-aiohttp python3-async-timeout python3-appdirs
python3-requests python3-protobuf python3-urwid"
short_desc="Third-party text-based user interface for Google Hangouts"
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
license="MIT"
homepage="https://github.com/tdryer/hangups"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=49b31ee5f4fd36b1c10efd7b827a55e6d7b7e6c24a72e836a35e0da5777332b0
make_check=no # requires httpretty which is not packaged
post_install() {
vlicense LICENSE
}