20 lines
706 B
Bash
20 lines
706 B
Bash
# Template file for 'stig'
|
|
pkgname=stig
|
|
version=0.10.1a
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3 python3-aiohttp python3-blinker python3-natsort python3-urwid
|
|
python3-urwidtrees python3-xdg"
|
|
pycompile_module="stig"
|
|
short_desc="TUI and CLI for the BitTorrent client Transmission"
|
|
maintainer="Michal Koutenský <koutak.m@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/rndusr/stig"
|
|
distfiles="https://github.com/rndusr/stig/archive/v${version}.tar.gz"
|
|
checksum=7e0bd36b9fc4ba8c300dde8059b2516a75afc44fc5e0d30ba416a0d1535152c5
|
|
|
|
post_extract() {
|
|
sed -i 's/urwidtrees>=1.0.3dev0/urwidtrees>=1.0.2/' setup.py
|
|
}
|