From 5fc5e7329a10f1f5ba559d0c05ec0535f3f191d1 Mon Sep 17 00:00:00 2001 From: Samantha Baldwin Date: Sat, 19 Dec 2020 18:18:01 -0500 Subject: [PATCH] New package: python3-pre-commit-2.9.3 --- srcpkgs/python3-pre-commit/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-pre-commit/template diff --git a/srcpkgs/python3-pre-commit/template b/srcpkgs/python3-pre-commit/template new file mode 100644 index 00000000000..a46233fa427 --- /dev/null +++ b/srcpkgs/python3-pre-commit/template @@ -0,0 +1,18 @@ +# Template file for 'python3-pre-commit' +pkgname=python3-pre-commit +version=2.9.3 +revision=1 +wrksrc=pre-commit-${version} +build_style=python3-module +hostmakedepends="python3-setuptools python3-pytest" +depends="python3" +short_desc="Framework for managing and maintaining multi-language pre-commit hooks" +maintainer="Samantha Baldwin " +license="MIT" +homepage="https://pre-commit.com" +distfiles="https://github.com/pre-commit/pre-commit/archive/v${version}.tar.gz" +checksum=8592823c229e0da5cd8bfa8d5fc2e2e6d3790ca3ac67ce023a7a05b1fc1b61f6 + +post_install() { + vlicense LICENSE +}