From cfe16bb95eb7c15fadeb8d85513903dbd34c412d Mon Sep 17 00:00:00 2001 From: Paper Date: Wed, 16 Dec 2020 18:33:25 +0100 Subject: [PATCH 1/4] vale: update to 2.6.7 --- srcpkgs/vale/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/vale/template b/srcpkgs/vale/template index 198e8d1057f..7046a5a05ff 100644 --- a/srcpkgs/vale/template +++ b/srcpkgs/vale/template @@ -1,15 +1,15 @@ # Template file for 'vale' pkgname=vale -version=2.4.3 +version=2.6.7 revision=1 build_style=go -go_import_path="github.com/errata-ai/vale" +go_import_path="." short_desc="Natural language linter" maintainer="SolitudeSF " license="MIT" homepage="https://docs.errata.ai/vale/about/" distfiles="https://github.com/errata-ai/vale/archive/v${version}.tar.gz" -checksum=da6fa9224a6bec21dcea29d2b9b346d00c133c4864ea44c07ea222289ab98e70 +checksum=21a43c7122932d0914bd023ae412432aed3e0112473bf809b542dba3986ee4bd post_install() { vlicense LICENSE From da9986925f0394fe50157ce07e498ed25e08c959 Mon Sep 17 00:00:00 2001 From: Paper Date: Wed, 16 Dec 2020 18:33:39 +0100 Subject: [PATCH 2/4] New package: vale-style-microsoft-0.8.1 --- srcpkgs/vale-style-microsoft/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/vale-style-microsoft/template diff --git a/srcpkgs/vale-style-microsoft/template b/srcpkgs/vale-style-microsoft/template new file mode 100644 index 00000000000..4edd7b5c74f --- /dev/null +++ b/srcpkgs/vale-style-microsoft/template @@ -0,0 +1,18 @@ +# Template file for 'vale-style-microsoft' +pkgname=vale-style-microsoft +version=0.8.1 +revision=1 +wrksrc=Microsoft-${version} +short_desc="Vale-compatible implementation of the Microsoft Writing Style Guide" +maintainer="Paper " +license="MIT" +homepage="https://github.com/errata-ai/Microsoft/" +distfiles="https://github.com/errata-ai/Microsoft/archive/v${version}.tar.gz" +checksum=efb23757ded10679574dd10b280769a04beb567b57bb7ac625241152cd7249cd + +do_install() { + for f in Microsoft/*.yml; do + vinstall "$f" 644 "/usr/share/vale/Microsoft/" + done + vlicense LICENSE +} From af33c0f43c231605ae9f99bad6fd51ef6c1527d4 Mon Sep 17 00:00:00 2001 From: Paper Date: Wed, 16 Dec 2020 18:34:12 +0100 Subject: [PATCH 3/4] New package: vale-style-proselint-0.3.2 --- srcpkgs/vale-style-proselint/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/vale-style-proselint/template diff --git a/srcpkgs/vale-style-proselint/template b/srcpkgs/vale-style-proselint/template new file mode 100644 index 00000000000..d2552a537bf --- /dev/null +++ b/srcpkgs/vale-style-proselint/template @@ -0,0 +1,18 @@ +# Template file for 'vale-style-proselint' +pkgname=vale-style-proselint +version=0.3.2 +revision=1 +wrksrc=proselint-${version} +short_desc="Vale-compatible implementation of the proselint linter" +maintainer="Paper " +license="MIT" +homepage="https://github.com/errata-ai/proselint/" +distfiles="https://github.com/errata-ai/proselint/archive/v${version}.tar.gz" +checksum=69916df94c0bfcc2520d7f49ae7a002137985f04702a58d8aaa0adc5fa55b8e2 + +do_install() { + for f in proselint/*.yml; do + vinstall "$f" 644 "/usr/share/vale/proselint/" + done + vlicense LICENSE +} From a470e06b8fc10bc11a3d709550b8bdef4885a5be Mon Sep 17 00:00:00 2001 From: Paper Date: Wed, 16 Dec 2020 18:34:50 +0100 Subject: [PATCH 4/4] New package: vale-style-write-good-0.4.0 --- srcpkgs/vale-style-write-good/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/vale-style-write-good/template diff --git a/srcpkgs/vale-style-write-good/template b/srcpkgs/vale-style-write-good/template new file mode 100644 index 00000000000..a0d4cf968bc --- /dev/null +++ b/srcpkgs/vale-style-write-good/template @@ -0,0 +1,18 @@ +# Template file for 'vale-style-write-good' +pkgname=vale-style-write-good +version=0.4.0 +revision=1 +wrksrc=write-good-${version} +short_desc="Vale-compatible implementation of the write-good linter" +maintainer="Paper " +license="MIT" +homepage="https://github.com/errata-ai/write-good/" +distfiles="https://github.com/errata-ai/write-good/archive/v${version}.tar.gz" +checksum=ddf54a6b829603e6f01dbad428330911ee65c20f67eedb0ddc3369fdfe476799 + +do_install() { + for f in write-good/*.yml; do + vinstall "$f" 644 "/usr/share/vale/write-good/" + done + vlicense LICENSE +}