19 lines
594 B
Bash
19 lines
594 B
Bash
# Template file for 'python3-mygpoclient'
|
|
pkgname=python3-mygpoclient
|
|
version=1.8
|
|
revision=10
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Client Library for gpodder.net (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/gpodder/mygpoclient"
|
|
distfiles="https://github.com/gpodder/mygpoclient/archive/${version}.tar.gz"
|
|
checksum=65fcb3ab220a2ba2d32a77f969b423a2f663413b6c485b7b02e5a955b28e68d2
|
|
conflicts="python-mygpoclient>=0"
|
|
|
|
pre_build() {
|
|
vsed -i '/share\/man\/man1/d' setup.py
|
|
}
|