From 0bbca8d6e640df499af9aab3e5183cbdaac3e729 Mon Sep 17 00:00:00 2001 From: Paper Date: Wed, 16 Dec 2020 18:33:39 +0100 Subject: [PATCH] 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 0000000000..4edd7b5c74 --- /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 +}