15 lines
666 B
Bash
15 lines
666 B
Bash
# Template file for 'stig'
|
|
pkgname=stig
|
|
version=0.12.2a0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-blinker python3-natsort python3-xdg python3-aiohttp
|
|
python3-aiohttp_socks python3-setproctitle python3-urwid python3-urwidtrees"
|
|
short_desc="TUI and CLI for the BitTorrent client Transmission"
|
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/rndusr/stig"
|
|
distfiles="https://github.com/rndusr/stig/archive/v${version}.tar.gz"
|
|
checksum=f3a7b39d39bc8dae8661db9f24bbf6e9dacccf5e04f35c6bed1290e5c5120ddc
|
|
make_check=no # needs python3-asynctest which is not packaged
|