New package: vale-style-write-good-0.4.0

This commit is contained in:
Paper 2020-12-16 18:34:50 +01:00 committed by Érico Nogueira Rolim
parent f6cb76453b
commit 937570955f

View file

@ -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 <paper@tilde.institute>"
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
}