gitb用のScoop Manifestを書いた
gitb
Backlogのgitリポジトリを便利に使うためのCLI
大体の機能はブラウザを開いて特定のURLにアクセスするというもの
Scoop
Windowsアプリケーション用のCLIパッケージ管理ツール
管理者権限必要なくお手軽
PATHがごちゃごちゃにならなくていい
強力なパッケージ管理システムではない
Scoop App Manifests
Scoopのパッケージレシピの仕様
JSONで書かれる
gitbのScoop Manifest
書いてみた
code:json
{
"version": "2.4.0",
"description": "A command line tool for using Backlog’s git comfortably.",
"license": "MIT",
"architecture": {
"64bit": {
"hash": "ff21d5b7c2d7d38bf6067b63a2e6cde1dbe38dbdf0302f220f5354196a59c3c8",
"extract_dir": "gitb_2.4.0_windows_amd64"
},
"32bit": {
"hash": "7819c15a1a64df737222ade61d114dc69188d504a9a212faed53e7f96cd1b225",
"extract_dir": "gitb_2.4.0_windows_386"
}
},
"bin": "gitb.exe",
"checkver": {
},
"autoupdate": {
"architecture": {
"64bit": {
"extract_dir": "gitb_$version_windows_amd64"
},
"32bit": {
"extract_dir": "gitb_$version_windows_386"
}
}
}
}
~\scoop\backetsにフォルダ作ってそこに置けばおけ
scoop install gitb
終わり
manifestファイルまで書いてインストールしたものの、ブラウザタブで基本開きっぱなしなので gitb を使うメリットが小さかった
にるなりやくなりどうぞ