Skip to content

Commit

Permalink
New package: vale-style-alex 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kkga authored and paper42 committed Aug 26, 2021
1 parent 18852de commit e873d24
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions srcpkgs/vale-style-alex/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Template file for 'vale-style-alex'
pkgname=vale-style-alex
version=0.1.1
revision=1
wrksrc=alex-${version}
short_desc="Vale-compatible implementation of the alex linter"
maintainer="Gadzhi Kharkharov <me@kkga.me>"
license="MIT"
homepage="https://github.com/errata-ai/alex/"
distfiles="https://github.com/errata-ai/alex/archive/v${version}.tar.gz"
checksum=0e0321e459e54a1ca5596c6f16176fdf6491d3df4fca2eb9cc7aff72cffe8cff

do_install() {
for f in alex/*.yml; do
vinstall "$f" 644 "/usr/share/vale/alex/"
done
vlicense LICENSE
}

0 comments on commit e873d24

Please sign in to comment.