Skip to content

Commit

Permalink
New package: vale-style-write-good-0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paper42 committed Dec 16, 2020
1 parent af33c0f commit a470e06
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions srcpkgs/vale-style-write-good/template
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit a470e06

Please sign in to comment.