17 lines
716 B
Bash
17 lines
716 B
Bash
# Template file for 'toot'
|
|
pkgname=toot
|
|
version=0.42.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3-click python3-requests python3-BeautifulSoup4 python3-wcwidth
|
|
python3-urwid python3-urwidgets python3-tomlkit"
|
|
checkdepends="${depends} python3-psycopg2 python3-pytest-xdist"
|
|
short_desc="Mastodon CLI client"
|
|
maintainer="Jon Levin <jon@jefferiestube.net>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://toot.bezdomni.net"
|
|
changelog="https://raw.githubusercontent.com/ihabunek/toot/master/CHANGELOG.md"
|
|
distfiles="https://github.com/ihabunek/toot/archive/refs/tags/${version}.tar.gz"
|
|
checksum=05502896b3a75aa93c8895bab75669653601af502ac6cf44d1ab33de373ef229
|