Skip to content

Instantly share code, notes, and snippets.

@pammacdotnet
Last active November 22, 2018 11:39
Show Gist options
  • Save pammacdotnet/d8a007d476ac4faef1d65b8bbf157a95 to your computer and use it in GitHub Desktop.
Save pammacdotnet/d8a007d476ac4faef1d65b8bbf157a95 to your computer and use it in GitHub Desktop.
Gnuplot bucket for Scoop
{
"homepage": "http://gnuplot.info",
"version": "5.2.5",
"extract_dir": "gnuplot",
"architecture": {
"64bit": {
"url": "https://sourceforge.net/projects/gnuplot/files/gnuplot/5.2.5/gp525-win64-mingw.7z",
"hash": "40559f884b8c3a2cb25e8367befddec716e1b90f25c862d533cc64b6372d192a"
},
"32bit": {
"url": "https://sourceforge.net/projects/gnuplot/files/gnuplot/5.2.5/gp525-win32-mingw.7z",
"hash": "4c7532953eec6322811fa76b0b87cab7ff25b9b125d5f1e38d41703f05423f26"
}
},
"bin": [
"bin\\wgnuplot.exe", "bin\\gnuplot.exe"
],
"shortcuts": [
[
"bin\\wgnuplot.exe",
"Gnuplot"
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment