Skip to content

Commit

Permalink
Create gitminer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arch3rPro committed Jul 6, 2023
1 parent cd37c22 commit f55a687
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions bucket/gitminer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "2.0",
"description": "Tool for advanced mining for content on Github",
"homepage": "https://github.com/UnkL4b/GitMiner",
"license": "GPL-3.0",
"suggest": "python2.7|3.6",
"url": "https://github.com/UnkL4b/GitMiner/releases/download/2.0/gitminer_V2.0.tar",
"hash": "f0595921c5d50a3b599f72e04f5248890b377d90620b0856367265a5a2440ff8",
"pre_install": "Set-Content \"$dir\\gitminer.bat\" '@pushd %~dp0\npython3 \"gitminer-v2.0.py\" %*\n@popd' -Encoding Ascii",
"post_install": [
"Move-Item -Path \"$dir\\gitminer_V$version\\*\" -Destination \"$dir\\\"",
"Remove-Item \"$dir\\gitminer_V$version\" -Force -Recurse"
],
"bin": "gitminer.bat",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/UnkL4b/GitMiner/releases/download/$version/gitminer_V$version.tar"
}
}

0 comments on commit f55a687

Please sign in to comment.