os/Window

Scoop Extra Bucket

C/H 2018. 9. 14. 08:30

 

Extra Bucket

# extra bucket install scoop bucket add extras

scoop-extras/eclipse-android.json

{
   "homepage":"https://www.eclipse.org",
   "license":"EPL-1.0",
   "version":"4.6.3",
   "architecture":{
      "64bit":{
         "url":"https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/3/eclipse-android-neon-3-incubation-win32-x86_64.zip&r=1#/dl.7z",
         "hash":"sha512:454682b9bc3358fdbd36ac7efd0f87b343a19475fab167f8a67a3d7c2c8cc31a79960d7c0cca42d9ef33bab95a624f49083eefb86e046d859e0dacdabfde2fd8"
      },
      "32bit":{
         "url":"https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/3/eclipse-android-neon-3-incubation-win32.zip&r=1#/dl.7z",
         "hash":"sha512:9768d32efae1e59f01609115afa14d25ede869290aa1be0b439fb8302f3d35a34cc8241634b96dbc838a3d92940f489b56964a64e64533371a7e9d870c780d5c"
      }
   },
   "extract_dir":"eclipse",
   "shortcuts":[
      [
         "eclipse.exe",
         "Eclipse for Android Developers"
      ]
   ],
   "checkver":{
      "url":"https://raw.githubusercontent.com/se35710/scoop-eclipse/master/versions.txt",
      "re":"epp.package.android=([\\d.]+[a-z]?)\\spath=(?<path>.*)"
   },
   "autoupdate":{
      "architecture":{
         "64bit":{
            "url":"https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/$matchPath-win32-x86_64.zip&r=1#/dl.7z",
            "hash":{
               "url":"http://download.eclipse.org/technology/epp/downloads/release/$matchPath-win32-x86_64.zip.sha512",
               "find":"([a-fA-F0-9]{128})"
            }
         },
         "32bit":{
            "url":"https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/$matchPath-win32.zip&r=1#/dl.7z",
            "hash":{
               "url":"http://download.eclipse.org/technology/epp/downloads/release/$matchPath-win32.zip.sha512",
               "find":"([a-fA-F0-9]{128})"
            }
         }
      }
   }
}

The "extras" bucket for Scoop, for anything that doesn't fit the criteria for inclusion in the main bucket.
주 버킷에 포함하기 위한 기준에 맞지 않는 모든 항목에 대한 "기타" 버킷.

Criteria for including apps in the main bucket 기본 버킷에 앱 포함 기준

For an app to be acceptable for the main bucket, it should be:
앱이 기본 버킷에 허용되려면 다음과 같이 해야 합니다.

  • a reasonably well-known and widely used developer tool
    꽤 잘 알려져 있고 널리 사용되는 개발자 도구
  • the latest stable version of the program
    그 프로의 최신판
  • the full version i.e. not a trial version
    전체 버전, 즉 평가판이 아닌 버전
  • a fairly standard install (e.g. uses a version-specific download URL, no elaborate pre/post install scripts)
    상당히 표준적인 설치(예: 버전별 다운로드 URL 사용, 상세한 사전/사후 설치 스크립트 없음)

 

반응형

'os > Window' 카테고리의 다른 글

Scoop GUI Client = scoop-viewer  (0) 2018.09.17
Scoop Bucket Wiki  (0) 2018.09.15
Scoop - Command-line Install Manager  (0) 2018.09.13
Windows10 화면 배율 조정  (0) 2017.02.15
PowerShell SSH  (0) 2017.02.02