void-packages/srcpkgs/python3-rebulk/template

19 lines
568 B
Bash
Raw Normal View History

2020-09-20 10:18:20 +00:00
# Template file for 'python3-rebulk'
pkgname=python3-rebulk
version=2.0.1
2020-10-07 13:56:04 +00:00
revision=3
2020-09-20 10:18:20 +00:00
wrksrc="rebulk-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-six"
short_desc="Define search patterns in bulk to perform advanced matching (Python3)"
maintainer="Daniel Santana <daniel@santana.tech>"
license="MIT"
homepage="https://github.com/Toilal/rebulk"
distfiles="${PYPI_SITE}/r/rebulk/rebulk-${version}.tar.gz"
checksum=320ded3cc456347d828f95e9aa5f8bab77ac01943cad024c06012069fe19690a
post_install() {
vlicense LICENSE
}