From ed1a61f26f0ed77a143ba5012a622d2e0ca59a03 Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Mon, 25 Jan 2016 13:15:08 +1100 Subject: [PATCH] Add git-up (1.3.0) --- git-up.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 git-up.json diff --git a/git-up.json b/git-up.json new file mode 100644 index 0000000000..dd5e787b3b --- /dev/null +++ b/git-up.json @@ -0,0 +1,18 @@ +{ + "version": "1.3.0", + "license": "https://github.com/msiemens/PyGitUp/blob/master/LICENCE", + "url": "https://github.com/msiemens/PyGitUp/archive/v1.3.0.zip", + "hash": "8b86e75728193912a6670e797bb9413ef21e9e1c16b4134a386aa1a3dbbe2e73", + "depends": "python", + "extract_dir": "PyGitUp-1.3.0", + "homepage": "https://github.com/msiemens/PyGitUp", + "post_install": " + pushd $dir + try { + scoop reset python + iex \"$(scoop which python) setup.py install\" + } + finally { + popd + }" +}