mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
Also use 'pre_install' hook to rename download to 'docker-compose.exe' (This mirrors the way the 'docker-machine' package is set up)
16 lines
543 B
JSON
16 lines
543 B
JSON
{
|
|
"homepage": "https://github.com/docker/compose",
|
|
"version": "1.6.2",
|
|
"license": "Apache",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/docker/compose/releases/download/1.6.2/docker-compose-Windows-x86_64.exe",
|
|
"hash": "0c24808a27db78d5245736ae3ca29834a276f5ef2cb9597164825c1cc878fac8"
|
|
}
|
|
},
|
|
"pre_install": "Rename-Item @(Get-ChildItem $dir\\docker-compose-*.exe)[0] $dir\\docker-compose.exe",
|
|
"bin": [
|
|
["docker-compose.exe", "docker-compose"]
|
|
]
|
|
}
|