summaryrefslogtreecommitdiffstats
path: root/doc/vale/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'doc/vale/DETAILS')
-rwxr-xr-xdoc/vale/DETAILS19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/vale/DETAILS b/doc/vale/DETAILS
new file mode 100755
index 0000000000..256cf0245c
--- /dev/null
+++ b/doc/vale/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=vale
+ VERSION=2.10.3
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/errata-ai/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz
+ SOURCE_HASH=sha512:e43076ce4ec39f72a36a12e85f52a2b4f19f688722523c851a1e56f42043fe4146de0c292a921ba064f86e39a567e4ea7905adbdc4c5832b255993d9826b792d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://docs.errata.ai/vale/about"
+ LICENSE[0]=MIT
+ ENTERED=20210603
+ SHORT="a command-line tool that brings code-like linting to prose"
+cat << EOF
+Vale is a command-line tool that brings code-like linting to prose. It's
+open-source, fast, and highly customizable.
+
+Vale differs from most writing-related software in a significant way: it
+doesn't attempt to teach you how to write; it's a tool for writers. In other
+words, Vale focuses on allowing its users to create their own collections
+of rules (known as styles) rather providing its own advice.
+EOF