void-packages/srcpkgs/pre-commit/template
2023-06-28 22:09:18 +02:00

20 lines
687 B
Bash

# Template file for 'pre-commit'
pkgname=pre-commit
version=3.3.3
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="nodeenv python3-cfgv python3-identify python3-yaml
python3-virtualenv"
short_desc="Framework for multi-language pre-commit hooks"
maintainer="Joseph Benden <joe@benden.us>"
license="MIT"
homepage="https://pre-commit.com/"
changelog="https://raw.githubusercontent.com/pre-commit/pre-commit/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/p/pre-commit/pre_commit-${version}.tar.gz"
checksum=a2256f489cd913d575c145132ae196fe335da32d91a8294b7afe6622335dd023
make_check=no # unpackaged: pytest-env re-assert
post_install() {
vlicense LICENSE
}