必要條件
你需要:
- 已安裝 Scoop 套件管理員
- 可用來發布及建立提取要求的 GitHub 帳戶 scoopinstaller/scoop-main
發布流程
潛水套件很容易維護。取得發布網址後 Bazel,您必須在 這個檔案:
- 更新版本
- 視需要更新依附元件
- 更新網址
- 更新雜湊 (預設為
sha256
)
在檔案系統中,bazel.json
位於目錄中
預設為 %UserProfile%/scoop/buckets/main/bucket
。這個目錄屬於
為 Git 存放區的本機副本
scoopinstaller/scoop-main。
測試結果:
scoop uninstall bazel
scoop install bazel
bazel version
bazel something_else
第一次製作分支
scoopinstaller/scoop-main 和
將其指定為您自己的 %UserProfile%/scoop/buckets/main
遙控器:
git remote add mine FORK_URL
將變更推送至分支並建立提取要求。