void-packages/srcpkgs/toot/template

21 lines
689 B
Bash

# Template file for 'toot'
pkgname=toot
version=0.29.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth
python3-urwid"
checkdepends="python3-wheel python3-pytest ${depends}"
short_desc="Mastodon CLI client"
maintainer="Jon Levin <jon@jefferiestube.net>"
license="GPL-3.0-or-later"
homepage="https://github.com/ihabunek/toot"
changelog="https://raw.githubusercontent.com/ihabunek/toot/master/CHANGELOG.md"
distfiles="https://github.com/ihabunek/toot/archive/${version}.tar.gz"
checksum=821d549798453da8ad669a605cddc1ead8a797d716723158526534549a4b0d4d
pre_check() {
make dist
}