New package: pre-commit-2.15.0_1.

Signed-off-by: Joseph Benden <joe@benden.us>
This commit is contained in:
Joseph Benden 2021-10-27 14:33:51 -07:00 committed by Piotr
parent 634b0882be
commit 396a6295cf

View file

@ -0,0 +1,19 @@
# Template file for 'pre-commit'
pkgname=pre-commit
version=2.15.0
revision=1
wrksrc="pre_commit-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="nodeenv python3-cfgv python3-identify python3-yaml python3-toml"
short_desc="Framework for multi-language pre-commit hooks"
maintainer="Joseph Benden <joe@benden.us>"
license="MIT"
homepage="https://pre-commit.com/"
distfiles="${PYPI_SITE}/p/pre-commit/pre_commit-${version}.tar.gz"
checksum=3c25add78dbdfb6a28a651780d5c311ac40dd17f160eb3954a0c59da40a505a7
make_check=no # No tests available
post_install() {
vlicense LICENSE
}