New package: vale-style-proselint-0.3.2

This commit is contained in:
Paper 2020-12-16 18:34:12 +01:00 committed by Érico Nogueira Rolim
parent 0bbca8d6e6
commit f6cb76453b

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