This repository has been archived by the owner on Sep 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export JAVA_HOME=$(/usr/libexec/java_home -v 1.8) # 1.7 is also fine | ||
./build.sh languagetool-standalone clean package | ||
|
||
# There doesn't seem to be a recommended place to install it, so | ||
# $PREFIX/languagetool seems good enough. | ||
mv languagetool-standalone/target/LanguageTool-2.6-SNAPSHOT/LanguageTool-2.6-SNAPSHOT $PREFIX/languagetool | ||
|
||
git describe | sed 's/-/_/g' > __conda_version__.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
package: | ||
name: languagetool | ||
version: 2.6 # Overriden by build.sh | ||
|
||
source: | ||
git_url: git://github.com/languagetool-org/languagetool.git | ||
|
||
test: | ||
files: | ||
- test.txt | ||
|
||
commands: | ||
- java -jar $PREFIX/languagetool/languagetool-commandline.jar test.txt | ||
|
||
about: | ||
home: https://www.languagetool.org/ | ||
license: LGPL | ||
summary: "LanguageTool is an Open Source proofreading software for English, French, German, Polish, Russian, and more than 20 other languages. It finds many errors that a simple spell checker cannot detect." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
You need to install `mvn` somewhere in your path | ||
(http://maven.apache.org/download.cgi), and you need to have the Java SDK | ||
(which is not the same thing as the runtime) 1.7 (or 1.8). You can check with | ||
`javac -version`. That is from | ||
http://www.oracle.com/technetwork/java/javase/downloads. If you have 1.8 and | ||
you want to set it aside, see | ||
http://docs.oracle.com/javase/8/docs/technotes/guides/install/mac_jdk.html#A1096903 | ||
for how to do this on a Mac. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This is is a test |