mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: vale-style-alex 0.1.1
This commit is contained in:
parent
18852de9a7
commit
e873d24ace
1 changed files with 18 additions and 0 deletions
18
srcpkgs/vale-style-alex/template
Normal file
18
srcpkgs/vale-style-alex/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue