mirror of
https://github.com/grdl/git-get.git
synced 2026-02-10 01:29:19 +00:00
Move the scoop manifests to homebrew-tap repo
This commit is contained in:
@@ -119,9 +119,9 @@ scoops:
|
|||||||
- name: git-get
|
- name: git-get
|
||||||
repository:
|
repository:
|
||||||
owner: grdl
|
owner: grdl
|
||||||
name: git-get
|
name: homebrew-tap
|
||||||
branch: master
|
branch: master
|
||||||
directory: release/bucket
|
directory: Scoop
|
||||||
url_template: "https://github.com/grdl/git-get/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
url_template: "https://github.com/grdl/git-get/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||||
commit_author:
|
commit_author:
|
||||||
name: Grzegorz Dlugoszewski
|
name: Grzegorz Dlugoszewski
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ brew install grdl/tap/git-get
|
|||||||
|
|
||||||
**Option 1: Scoop (Recommended)**
|
**Option 1: Scoop (Recommended)**
|
||||||
```powershell
|
```powershell
|
||||||
scoop bucket add grdl https://github.com/grdl/git-get
|
scoop bucket add grdl https://github.com/grdl/homebrew-tap
|
||||||
scoop install git-get
|
scoop install git-get
|
||||||
```
|
```
|
||||||
*This automatically creates both `git-get.exe` and `git-list.exe` commands.*
|
*This automatically creates both `git-get.exe` and `git-list.exe` commands.*
|
||||||
|
|||||||
@@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "0.6.0",
|
|
||||||
"architecture": {
|
|
||||||
"64bit": {
|
|
||||||
"url": "https://github.com/grdl/git-get/releases/download/v0.6.0/git-get_0.6.0_windows_amd64vv1.zip",
|
|
||||||
"bin": [
|
|
||||||
"git-get.exe"
|
|
||||||
],
|
|
||||||
"hash": "77370170adbf2021047b0b9bc363b5f19b308a6d28382c5fc92d333509470926"
|
|
||||||
},
|
|
||||||
"arm64": {
|
|
||||||
"url": "https://github.com/grdl/git-get/releases/download/v0.6.0/git-get_0.6.0_windows_arm64.zip",
|
|
||||||
"bin": [
|
|
||||||
"git-get.exe"
|
|
||||||
],
|
|
||||||
"hash": "3900843203ec27e4b7d4a859e1b0b5c474661bbfd98ee8586d8e3744cb8a8d55"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/grdl/git-get",
|
|
||||||
"license": "MIT",
|
|
||||||
"description": "Better way to clone, organize and manage multiple git repositories",
|
|
||||||
"post_install": [
|
|
||||||
"New-Item -ItemType HardLink -Path \"$dir\\git-list.exe\" -Target \"$dir\\git-get.exe\" -Force | Out-Null"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user