void-packages/srcpkgs/stig/template

22 lines
717 B
Bash
Raw Normal View History

2018-09-05 20:54:39 +00:00
# Template file for 'stig'
pkgname=stig
2018-10-08 18:42:12 +00:00
version=0.10.1a
2018-09-05 20:54:39 +00:00
revision=1
noarch=yes
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"
2018-10-08 18:42:12 +00:00
checksum=7e0bd36b9fc4ba8c300dde8059b2516a75afc44fc5e0d30ba416a0d1535152c5
2018-09-05 20:54:39 +00:00
post_extract() {
sed -i 's/urwidtrees>=1.0.3dev0/urwidtrees>=1.0.2/' setup.py
}