New package: vale-style-alex 0.1.1

This commit is contained in:
Gadzhi Kharkharov 2021-08-26 19:01:31 +03:00 committed by Michal Vasilek
parent 18852de9a7
commit e873d24ace

View file

@ -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
}