New package: vale-style-proselint-0.3.2
This commit is contained in:
parent
0bbca8d6e6
commit
f6cb76453b
1 changed files with 18 additions and 0 deletions
18
srcpkgs/vale-style-proselint/template
Normal file
18
srcpkgs/vale-style-proselint/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'vale-style-proselint'
|
||||
pkgname=vale-style-proselint
|
||||
version=0.3.2
|
||||
revision=1
|
||||
wrksrc=proselint-${version}
|
||||
short_desc="Vale-compatible implementation of the proselint linter"
|
||||
maintainer="Paper <paper@tilde.institute>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/errata-ai/proselint/"
|
||||
distfiles="https://github.com/errata-ai/proselint/archive/v${version}.tar.gz"
|
||||
checksum=69916df94c0bfcc2520d7f49ae7a002137985f04702a58d8aaa0adc5fa55b8e2
|
||||
|
||||
do_install() {
|
||||
for f in proselint/*.yml; do
|
||||
vinstall "$f" 644 "/usr/share/vale/proselint/"
|
||||
done
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue