19 lines
535 B
Bash
19 lines
535 B
Bash
# 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
|
|
}
|