void-packages/srcpkgs/python3-rarfile/template
2021-10-09 08:00:52 -04:00

20 lines
602 B
Bash

# Template file for 'python3-rarfile'
pkgname=python3-rarfile
version=4.0
revision=4
wrksrc="rarfile-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="RAR archive reader for Python (Python3)"
maintainer="Daniel Santana <daniel@santana.tech>"
license="ISC"
homepage="https://github.com/markokr/rarfile"
changelog="https://github.com/markokr/rarfile/raw/master/doc/news.rst"
distfiles="${PYPI_SITE}/r/rarfile/rarfile-${version}.tar.gz"
checksum=67548769229c5bda0827c1663dce3f54644f9dbfba4ae86d4da2b2afd3e602a1
post_install() {
vlicense LICENSE
}