diff options
Diffstat (limited to 'homebrew/epubcheck')
-rw-r--r-- | homebrew/epubcheck/.beer | 18 | ||||
-rw-r--r-- | homebrew/epubcheck/.make.sh-auto | 4 | ||||
-rw-r--r-- | homebrew/epubcheck/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/epubcheck/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/epubcheck/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/epubcheck/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/epubcheck/download.sh | 1 |
7 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/epubcheck/.beer b/homebrew/epubcheck/.beer new file mode 100644 index 000000000..a6b069a0d --- /dev/null +++ b/homebrew/epubcheck/.beer @@ -0,0 +1,18 @@ +{ + "name": "Epubcheck", + "description": "Validate EPUB files, version 2.0 and later", + "url": "https://github.com/w3c/epubcheck/releases/download/v4.1.1/epubcheck-4.1.1.zip", + "mirror": null, + "homepage": "https://github.com/w3c/epubcheck", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "jarname = \"epubcheck.jar\"", + "libexec.install jarname, \"lib\"", + "bin.write_jar_script libexec/jarname, \"epubcheck\"" + ], + "version": "4.1.1", + "file": "epubcheck.rb" +}
\ No newline at end of file diff --git a/homebrew/epubcheck/.make.sh-auto b/homebrew/epubcheck/.make.sh-auto new file mode 100644 index 000000000..6f2d7ebfa --- /dev/null +++ b/homebrew/epubcheck/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +jarname = "epubcheck.jar" +libexec.install jarname, "lib" +bin.write_jar_script libexec/jarname, "epubcheck" diff --git a/homebrew/epubcheck/_metadata/description b/homebrew/epubcheck/_metadata/description new file mode 100644 index 000000000..bdf5f149e --- /dev/null +++ b/homebrew/epubcheck/_metadata/description @@ -0,0 +1 @@ +Validate EPUB files, version 2.0 and later diff --git a/homebrew/epubcheck/_metadata/homepage b/homebrew/epubcheck/_metadata/homepage new file mode 100644 index 000000000..ccfc0a5e3 --- /dev/null +++ b/homebrew/epubcheck/_metadata/homepage @@ -0,0 +1 @@ +https://github.com/w3c/epubcheck diff --git a/homebrew/epubcheck/_metadata/name b/homebrew/epubcheck/_metadata/name new file mode 100644 index 000000000..8948b36b7 --- /dev/null +++ b/homebrew/epubcheck/_metadata/name @@ -0,0 +1 @@ +Epubcheck diff --git a/homebrew/epubcheck/_metadata/version b/homebrew/epubcheck/_metadata/version new file mode 100644 index 000000000..627a3f43a --- /dev/null +++ b/homebrew/epubcheck/_metadata/version @@ -0,0 +1 @@ +4.1.1 diff --git a/homebrew/epubcheck/download.sh b/homebrew/epubcheck/download.sh new file mode 100755 index 000000000..18c5cad61 --- /dev/null +++ b/homebrew/epubcheck/download.sh @@ -0,0 +1 @@ +wget https://github.com/w3c/epubcheck/releases/download/v4.1.1/epubcheck-4.1.1.zip
\ No newline at end of file |