20 lines
609 B
JSON
20 lines
609 B
JSON
{
|
|
"version": "4.0",
|
|
"description": "Program for exploring cellular automata such as the Game of Life",
|
|
"homepage": "http://golly.sourceforge.net/",
|
|
"hash": "cd789caaf7422af9262a13ee3d6235363a05566ce1607a4f1925e6e26dbd84c5",
|
|
"url": "http://downloads.sourceforge.net/project/golly/golly/golly-4.0/golly-4.0-win-64bit.zip",
|
|
"license": "GPL-2.0-or-later",
|
|
"pre_install": [
|
|
"Move-Item -Path $dir/$app-$version-win-64bit/* -Destination $dir",
|
|
"Remove-Item $dir/$app-$version-win-64bit"
|
|
],
|
|
"bin": "Golly.exe",
|
|
"shortcuts": [
|
|
[
|
|
"Golly.exe",
|
|
"Golly"
|
|
]
|
|
]
|
|
}
|