Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
Add Ghostscript (Issue neard/neard#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jul 23, 2017
1 parent 45fb438 commit 9d94a2a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/_data/module/ghostscript.json
@@ -0,0 +1,30 @@
{
"type": "tools",
"name": "ghostscript",
"label": "Ghostscript",
"desc": "an interpreter for the PostScript language and for PDF.",
"repo": "crazy-max/neard-tool-ghostscript",
"filename": "neard-ghostscript",
"sources": [
"https://ghostscript.com/"
],
"versions": {
"9.21": {
"date": "2017/03/16"
}
},
"releases": [
{
"name": "r1",
"date": "2017/07/23",
"versions": [
{
"name": "9.21",
"default": true,
"compat": ">= 1.3",
"ext": "7z"
}
]
}
]
}
2 changes: 2 additions & 0 deletions src/_includes/module/tools/ghostscript.md
@@ -0,0 +1,2 @@
* Edit the `neard.conf` file and replace the key `{{ page.module.name }}Version` with the correct version.
* Start Neard.

0 comments on commit 9d94a2a

Please sign in to comment.