aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/pre-commit/template
blob: 47544f0010e61f2b1e78cfbfdfca1c086df2b4fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Template file for 'pre-commit'
pkgname=pre-commit
version=4.1.0
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=ae3f018575a588e30dfddfab9a05448bfbd6b73d78709617b5a2b853549716d4
make_check=no # unpackaged: pytest-env re-assert

post_install() {
	vlicense LICENSE
}