mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: pre-commit-2.15.0_1.
Signed-off-by: Joseph Benden <joe@benden.us>
This commit is contained in:
parent
634b0882be
commit
396a6295cf
1 changed files with 19 additions and 0 deletions
19
srcpkgs/pre-commit/template
Normal file
19
srcpkgs/pre-commit/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue