21 lines
595 B
Bash
21 lines
595 B
Bash
# Template file for 'python3-pylibgen'
|
|
pkgname=python3-pylibgen
|
|
version=2.0.1
|
|
revision=2
|
|
archs=noarch
|
|
wrksrc="pylibgen-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="pylibgen"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-requests>2.20.9<2.21.1"
|
|
short_desc="Python3 interface to Library Genesis"
|
|
maintainer="xaltsc <xaltsc@protonmail.ch>"
|
|
license="MIT"
|
|
homepage="https://github.com/JoshuaRLi/pylibgen"
|
|
distfiles="${PYPI_SITE}/p/pylibgen/pylibgen-${version}.tar.gz"
|
|
checksum=3c2a82b47cb7225dcf4ecea27081b0185ae4d195499140cdbb9597d914e1ae9e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|