mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
parent
670426e637
commit
9c6e410836
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-pylibgen/template
Normal file
20
srcpkgs/python3-pylibgen/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-pylibgen'
|
||||||
|
pkgname=python3-pylibgen
|
||||||
|
version=2.0.1
|
||||||
|
revision=1
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue