18 lines
522 B
Bash
18 lines
522 B
Bash
# Template file for 'vale-style-alex'
|
|
pkgname=vale-style-alex
|
|
version=0.2.1
|
|
revision=1
|
|
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/refs/tags/v${version}.tar.gz"
|
|
checksum=ef2db1bbe39d9edd99bf009f568c472400f8198def5b9ce3e8e4be9f060f4a37
|
|
|
|
do_install() {
|
|
for f in alex/*.yml; do
|
|
vinstall "$f" 644 "/usr/share/vale/alex/"
|
|
done
|
|
vlicense LICENSE
|
|
}
|