ScoopInstaller / Scoop

A command-line installer for Windows.
https://scoop.sh
Other
20.93k stars 1.39k forks source link

Can someone add TortoiseGit? #2665

Closed vsDizzy closed 3 years ago

vsDizzy commented 5 years ago

I wonder why is this still not added.

Calinou commented 5 years ago

This issue should be opened on scoop-extras, since TortoiseGit is a graphical application and only command-line applications can be added to the main bucket.

You could also take a look at writing an app manifest for TortoiseGit :slightly_smiling_face:

chawyehsu commented 5 years ago

To see if anyone could complete the manifest.

{
    "homepage": "https://tortoisegit.org/",
    "description": "Windows Shell Interface to Git",
    "license": "GPL-2.0-only",
    "version": "2.7.0",
    "architecture": {
        "64bit": {
            "url": "https://download.tortoisegit.org/tgit/2.7.0.0/TortoiseGit-2.7.0.0-64bit.msi",
            "hash": "ea4d68423484143de7c2afe75d28eed29ecb695e3b4ad41c47d8365fe70c76bd"
        },
        "32bit": {
            "url": "https://download.tortoisegit.org/tgit/2.7.0.0/TortoiseGit-2.7.0.0-32bit.msi",
            "hash": "5c9c734cd5b354f5fdd485793677430a067a629f5019410d65a31e3306a81470"
        }
    },
    "extract_dir": "Program Files\\TortoiseGit",
    "checkver": {
        "url": "https://tortoisegit.org/download/",
        "re": "The current stable version is: ([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.tortoisegit.org/tgit/$version.0/TortoiseGit-$version.0-64bit.msi"
            },
            "32bit": {
                "url": "https://download.tortoisegit.org/tgit/$version.0/TortoiseGit-$version.0-32bit.msi"
            }
        }
    }
}
onacit commented 4 years ago

My newly installed TortoiseGit doesn't work with C:\Users\onacit\scoop\shims for Git.exe Path:.

Can anybody help?

NNNNNNAAAAAA commented 4 years ago

My newly installed TortoiseGit doesn't work with C:\Users\onacit\scoop\shims for Git.exe Path:.

Can anybody help?

You can use this path C:\Users\onacit\scoop\apps\git\current\bin\git.exe

onacit commented 4 years ago

@NNNNNNAAAAAA 你好. It seems work.

rasa commented 3 years ago

Duplicate of https://github.com/lukesampson/scoop-extras/issues/1435