# Template file for 'vale-style-microsoft' pkgname=vale-style-microsoft version=0.14.1 revision=1 short_desc="Vale-compatible implementation of the Microsoft Writing Style Guide" maintainer="Orphaned " license="MIT" homepage="https://github.com/errata-ai/Microsoft/" distfiles="https://github.com/errata-ai/Microsoft/archive/refs/tags/v${version}.tar.gz" checksum=457b411efe3de09a7a79be8cab8d1246f4b431ad44981f20c91b5f8ce99f4a54 do_install() { for f in Microsoft/*.yml; do vinstall "$f" 644 "/usr/share/vale/Microsoft/" done vlicense LICENSE }