mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-11 04:55:13 +02:00
17 lines
572 B
Bash
17 lines
572 B
Bash
# Template file for 'vale-style-microsoft'
|
|
pkgname=vale-style-microsoft
|
|
version=0.13.0
|
|
revision=1
|
|
short_desc="Vale-compatible implementation of the Microsoft Writing Style Guide"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/errata-ai/Microsoft/"
|
|
distfiles="https://github.com/errata-ai/Microsoft/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=25f92a4cd4449a9c18c8ace9240bc497dfd5929b839c089d4d1acd107ccf8b09
|
|
|
|
do_install() {
|
|
for f in Microsoft/*.yml; do
|
|
vinstall "$f" 644 "/usr/share/vale/Microsoft/"
|
|
done
|
|
vlicense LICENSE
|
|
}
|