20 lines
734 B
Bash
20 lines
734 B
Bash
# Template file for 'hangups'
|
|
pkgname=hangups
|
|
version=0.4.14
|
|
revision=1
|
|
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=b7e691faa91dd3c5d5f434ce7afaa023bf47fe37063ead0889ac360326a07a3a
|
|
make_check=no # requires httpretty which is not packaged
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|