vp-build/srcpkgs/python3-pylibgen/template

19 lines
540 B
Bash

# Template file for 'python3-pylibgen'
pkgname=python3-pylibgen
version=2.0.2
revision=3
wrksrc="pylibgen-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests"
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=87b28a27fa7c1912e2b38020262dd6086b292d670b0c08d76baecbcd7678b9ee
post_install() {
vlicense LICENSE
}