mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
Migrate selected CLI apps from rasa/scoops (fixes #1358)
This commit is contained in:
parent
ebe6e284c4
commit
bb7cadd170
35
cdrtools.json
Normal file
35
cdrtools.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"extract_dir": "win32"
|
||||
},
|
||||
"64bit": {
|
||||
"extract_dir": "win64"
|
||||
}
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://sourceforge.net/projects/tumagcc/files/schily-cdrtools-$version.7z"
|
||||
},
|
||||
"bin": [
|
||||
"btcflash.exe",
|
||||
"cdda2wav.exe",
|
||||
"cdrecord.exe",
|
||||
"devdump.exe",
|
||||
"isodebug.exe",
|
||||
"isodump.exe",
|
||||
"isoinfo.exe",
|
||||
"isovfy.exe",
|
||||
"mkhybrid.exe",
|
||||
"mkisofs.exe",
|
||||
"readcd.exe",
|
||||
"rscsi.exe",
|
||||
"scgcheck.exe",
|
||||
"scgskeleton.exe"
|
||||
],
|
||||
"description": "Burn and read CDs, DVDs, and Blu-ray discs",
|
||||
"hash": "f534062cab7585b82bd764f02bc65fb0c7c27ac1615786bfc81c35880ce4acc6",
|
||||
"homepage": "https://sourceforge.net/projects/tumagcc/",
|
||||
"license": "CDDL-1.0/GPL-2.0/LGPL-2.1",
|
||||
"url": "https://sourceforge.net/projects/tumagcc/files/schily-cdrtools-3.01.7z",
|
||||
"version": "3.01"
|
||||
}
|
||||
33
handbrake_cli.json
Normal file
33
handbrake_cli.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"hash": "44df91708721dd131a504bd4b23f6b4f0ab582e88f6d91f87a28b260c27b8d18",
|
||||
"url": "https://handbrake.fr/rotation.php?file=HandBrakeCLI-1.0.3-win-i686.zip#/dl.zip"
|
||||
},
|
||||
"64bit": {
|
||||
"hash": "64cf72ce281a1abaf52924f5f531f4037311e6ed4dabc0ba8e7130f08f8c00fa",
|
||||
"url": "https://handbrake.fr/rotation.php?file=HandBrakeCLI-1.0.3-win-x86_64.zip#/dl.zip"
|
||||
}
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"url": "https://handbrake.fr/rotation.php?file=HandBrakeCLI-$version-win-i686.zip#/dl.zip"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "https://handbrake.fr/rotation.php?file=HandBrakeCLI-$version-win-x86_64.zip#/dl.zip"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
"HandBrakeCLI.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"re": "Current\\s+Version:\\s+([\\d.]+)",
|
||||
"url": "https://handbrake.fr/downloads2.php"
|
||||
},
|
||||
"description": "Convert videos with CLI program",
|
||||
"homepage": "https://handbrake.fr/",
|
||||
"license": "GPL-2.0",
|
||||
"version": "1.0.3"
|
||||
}
|
||||
13
metastore.json
Normal file
13
metastore.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"bin": "metastore.exe",
|
||||
"checkver": {
|
||||
"re": "/releases/tag/([a-f0-9]+)\"",
|
||||
"url": "https://github.com/rasa/metastore/releases/latest"
|
||||
},
|
||||
"description": "Store and restore metadata from a filesystem",
|
||||
"hash": "93394fa2c43f60155f811cfa7c718d85aa4d0b61a9ce3267075ded716fdc7025",
|
||||
"homepage": "https://github.com/rasa/metastore",
|
||||
"license": "GPL-2.0",
|
||||
"url": "https://github.com/rasa/metastore/releases/download/95d4e2d/metastore.exe",
|
||||
"version": "95d4e2d"
|
||||
}
|
||||
28
netcat.json
28
netcat.json
@ -1,8 +1,24 @@
|
||||
{
|
||||
"homepage": "http://www.rodneybeede.com/Compile_Netcat_on_Windows_using_MinGW.html",
|
||||
"version": "1.11",
|
||||
"url": "http://www.rodneybeede.com/downloads/nc111nt_rodneybeede.zip",
|
||||
"hash": "cf46a1a2bd75260638598908075ebfa37ac0a5073e9555025895e506fe8a0807",
|
||||
"extract_dir": "nc111nt_rodneybeede",
|
||||
"bin": "nc.exe"
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"bin": "nc.exe"
|
||||
},
|
||||
"64bit": {
|
||||
"bin": [
|
||||
[
|
||||
"nc64.exe",
|
||||
"nc"
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://eternallybored.org/misc/netcat/netcat-win32-$version.zip"
|
||||
},
|
||||
"description": "Read and write from/to network connections",
|
||||
"hash": "413f85a1dbac60ab5516742d76beff4f4da22b8ef1a424f10f36ec77e6d274b1",
|
||||
"homepage": "https://eternallybored.org/misc/netcat/",
|
||||
"license": "GPL-2.0",
|
||||
"url": "https://eternallybored.org/misc/netcat/netcat-win32-1.12.zip",
|
||||
"version": "1.12"
|
||||
}
|
||||
|
||||
35
pciutils.json
Normal file
35
pciutils.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"extract_dir": "pciutils-3.4.0-win32",
|
||||
"hash": "baba72451033904ff19072b091392caee1da75a4338cb5aff10c19e65621e",
|
||||
"url": "https://eternallybored.org/misc/pciutils/releases/pciutils-3.4.0-win32.zip"
|
||||
},
|
||||
"64bit": {
|
||||
"extract_dir": "pciutils-3.4.0-win64",
|
||||
"hash": "d5a5201110643160ebd3cbe97461a5a978040806bed75172344860dbe9f2fbcb",
|
||||
"url": "https://eternallybored.org/misc/pciutils/releases/pciutils-3.4.0-win64.zip"
|
||||
}
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"extract_dir": "pciutils-$version-win32",
|
||||
"url": "https://eternallybored.org/misc/pciutils/releases/pciutils-$version-win32.zip"
|
||||
},
|
||||
"64bit": {
|
||||
"extract_dir": "pciutils-$version-win64",
|
||||
"url": "https://eternallybored.org/misc/pciutils/releases/pciutils-$version-win64.zip"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
"lspci.exe",
|
||||
"setpci.exe"
|
||||
],
|
||||
"checkver": "href=\"releases/pciutils-([\\d.]+)",
|
||||
"description": "Inspect and manipulate configuration of PCI devices",
|
||||
"homepage": "https://eternallybored.org/misc/pciutils/",
|
||||
"license": "GPL-2.0",
|
||||
"version": "3.4.0"
|
||||
}
|
||||
23
poppler.json
Normal file
23
poppler.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"bin": [
|
||||
"bin/pdfdetach.exe",
|
||||
"bin/pdffonts.exe",
|
||||
"bin/pdfimages.exe",
|
||||
"bin/pdfinfo.exe",
|
||||
"bin/pdfseparate.exe",
|
||||
"bin/pdftocairo.exe",
|
||||
"bin/pdftohtml.exe",
|
||||
"bin/pdftoppm.exe",
|
||||
"bin/pdftops.exe",
|
||||
"bin/pdftotext.exe",
|
||||
"bin/pdfunite.exe"
|
||||
],
|
||||
"checkver": "Latest binary.*-(0\\.[56789][\\d.]+)_",
|
||||
"description": "PDF rendering library",
|
||||
"extract_dir": "poppler-0.51",
|
||||
"hash": "8c027037355f11d16fde2fe34823006c142c7460bd64a37da7b6b23327a15f13",
|
||||
"homepage": "http://blog.alivate.com.au/poppler-windows/",
|
||||
"license": "GPL-3.0",
|
||||
"url": "http://blog.alivate.com.au/wp-content/uploads/2017/01/poppler-0.51_x86.7z",
|
||||
"version": "0.51"
|
||||
}
|
||||
26
smartmontools.json
Normal file
26
smartmontools.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"bin": [
|
||||
"bin/runcmdu.exe",
|
||||
"bin/smartctl.exe",
|
||||
"bin/smartctl-nc.exe",
|
||||
"bin/smartd.exe",
|
||||
"bin/update-smart-drivedb.exe",
|
||||
"bin/wtssendmsg.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"re": ">Download\\s+smartmontools-([\\d.\\-]+)\\.",
|
||||
"url": "https://sourceforge.net/projects/smartmontools/files/smartmontools/"
|
||||
},
|
||||
"description": "Read SMART data from disks",
|
||||
"hash": "564ff79214af60c4ab0d222ae61781624ca56278bc777963ebe0f19f87f04e3f",
|
||||
"homepage": "https://www.smartmontools.org/",
|
||||
"installer": {
|
||||
"args": [
|
||||
"/S",
|
||||
"/D=$dir"
|
||||
]
|
||||
},
|
||||
"license": "GPL-2.0",
|
||||
"url": "https://sourceforge.net/projects/smartmontools/files/smartmontools/6.5/smartmontools-6.5-1.win32-setup.exe",
|
||||
"version": "6.5-1"
|
||||
}
|
||||
9
sslscan.json
Normal file
9
sslscan.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"bin": "sslscan.exe",
|
||||
"description": "Discover supported cipher suites for SSL/TLS enabled services",
|
||||
"hash": "cd0e4f86b2b494afa187fbef4753e876c3fb7f06cb528785bb89ab25cc26989c",
|
||||
"homepage": "https://github.com/rbsec/sslscan",
|
||||
"license": "GPL-3.0",
|
||||
"url": "https://github.com/rbsec/sslscan/releases/download/1.11.0-rbsec/sslscan-win-1.11.0-rbsec.zip",
|
||||
"version": "1.11.0"
|
||||
}
|
||||
24
tesseract.json
Normal file
24
tesseract.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"autoupdate": {
|
||||
"url": "http://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-setup-$versiondev.exe"
|
||||
},
|
||||
"checkver": {
|
||||
"re": "The latest installer can be downloaded here:\n<a href=\"http://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-setup-([\\d.]+)",
|
||||
"url": "https://github.com/UB-Mannheim/tesseract/wiki"
|
||||
},
|
||||
"description": "OCR engine developed by Google",
|
||||
"hash": "771912fa3a027925fd8d99ed99e23b03f170418f03cb5f147211d2c97dd174f8",
|
||||
"homepage": "https://github.com/UB-Mannheim/tesseract/wiki",
|
||||
"installer": {
|
||||
"_comment": "/D option is ignored",
|
||||
"args": [
|
||||
"/S",
|
||||
"/D=$dir"
|
||||
]
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"notes": "Tesseract installs in C:\\Program Files (x86)\\Tesseract-OCR\nTo uninstall, please run manually:\n \"C:\\Program Files (x86)\\Tesseract-OCR\\tesseract-uninstall.exe\" /S",
|
||||
"post_install": "[Environment]::SetEnvironmentVariable(\"Path\", $env:Path + \";C:\\Program Files (x86)\\Tesseract-OCR\", [EnvironmentVariableTarget]::Machine)",
|
||||
"url": "http://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-setup-3.05.00dev.exe",
|
||||
"version": "3.05.00"
|
||||
}
|
||||
32
tidy.json
Normal file
32
tidy.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"extract_dir": "tidy-5.2.0-win32/bin",
|
||||
"hash": "94d653498b4f93b14f12a55ca06154e19c540c9b276e5d163f1cf84fa078f97a",
|
||||
"url": "http://binaries.html-tidy.org/binaries/tidy-5.2.0/tidy-5.2.0-win32.zip"
|
||||
},
|
||||
"64bit": {
|
||||
"extract_dir": "tidy-5.2.0-win64/bin",
|
||||
"hash": "dd9fd814cc44bc2ffa9b9e547b1a6cbb42b6be7b9358542d3ee7f6e10b676423",
|
||||
"url": "http://binaries.html-tidy.org/binaries/tidy-5.2.0/tidy-5.2.0-win64.zip"
|
||||
}
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"url": "http://binaries.html-tidy.org/binaries/tidy-$version/tidy-$version-win32.zip"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "http://binaries.html-tidy.org/binaries/tidy-$version/tidy-$version-win64.zip"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bin": "tidy.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/htacg/tidy-html5"
|
||||
},
|
||||
"description": "Tidy HTML and XML files",
|
||||
"homepage": "http://www.html-tidy.org/",
|
||||
"license": "http://www.html-tidy.org/documentation/#license",
|
||||
"version": "5.2.0"
|
||||
}
|
||||
19
unrar.json
Normal file
19
unrar.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"bin": "UnRAR.exe",
|
||||
"checkver": {
|
||||
"re": "<b>WinRAR\\s+x86\\s+\\(32\\s+bit\\)\\s+([\\d.]+)<",
|
||||
"url": "http://www.rarlab.com/download.htm"
|
||||
},
|
||||
"description": "Uncompress RAR files",
|
||||
"hash": "27293c101577320fafefc691af98d762361c23e62817ca340ce04a7bba892173",
|
||||
"homepage": "http://www.rarlab.com/",
|
||||
"installer": {
|
||||
"args": [
|
||||
"-s",
|
||||
"-d$dir"
|
||||
]
|
||||
},
|
||||
"license": "Freeware",
|
||||
"url": "http://www.rarlab.com/rar/unrarw32.exe",
|
||||
"version": "5.40"
|
||||
}
|
||||
28
unzip.json
28
unzip.json
@ -1,19 +1,15 @@
|
||||
{
|
||||
"homepage": "http://mingw.org/wiki/MSYS",
|
||||
"version": "6.0",
|
||||
"license": "GPL2",
|
||||
"url": [
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Extension/unzip/unzip-6.0-1/unzip-6.0-1-msys-1.0.13-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/msys-core/msys-1.0.18-1/msysCORE-1.0.18-1-msys-1.0.18-bin.tar.lzma"
|
||||
],
|
||||
"hash": [
|
||||
"ecb6749234f83389b34723db52a36326421e9bb1aa41f0ce575aa802ca390c79",
|
||||
"4e262a414f238773b311c8bb55a52e62743c06e0e55b319ca5b47e3e306464d5"
|
||||
],
|
||||
"bin": [
|
||||
"bin\\funzip.exe",
|
||||
"bin\\unzip.exe",
|
||||
"bin\\unzipsfx.exe",
|
||||
"bin\\zipinfo.exe"
|
||||
]
|
||||
"SFXWiz32.exe",
|
||||
"unzipsfx.exe",
|
||||
"unzip.exe",
|
||||
"funzip.exe"
|
||||
],
|
||||
"description": "Unzip compression utility",
|
||||
"hash": "7869ee36346b47701ef01efd0bc2889f970266b66c80b30f74303d50bf7fa33d",
|
||||
"homepage": "http://www.info-zip.org/",
|
||||
"license": "http://www.info-zip.org/pub/infozip/license.html",
|
||||
"pre_install": "& \"$dir\\unz600xn.exe\" -d \"$dir\" -o",
|
||||
"url": "ftp://ftp.info-zip.org/pub/infozip/win32/unz600xn.exe",
|
||||
"version": "6.00"
|
||||
}
|
||||
|
||||
42
wkhtmltopdf.json
Normal file
42
wkhtmltopdf.json
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"hash": "",
|
||||
"installer": {
|
||||
"args": [
|
||||
"/S",
|
||||
"/D=$dir"
|
||||
]
|
||||
},
|
||||
"url": "http://download.gna.org/wkhtmltopdf/0.12/0.12.4/wkhtmltox-0.12.4_msvc2015-win32.exe"
|
||||
},
|
||||
"64bit": {
|
||||
"hash": "14a5996adc77dc606944dbc0dc682bff104cd38cc1bec19253444cb87f259797",
|
||||
"installer": {
|
||||
"args": [
|
||||
"/S",
|
||||
"/D=$dir"
|
||||
]
|
||||
},
|
||||
"url": "http://download.gna.org/wkhtmltopdf/0.12/0.12.4/wkhtmltox-0.12.4_msvc2015-win64.exe"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
"bin\\wkhtmltoimage.exe",
|
||||
"bin\\wkhtmltopdf.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"re": "The\\s+current\\s+stable\\s+series\\s+is\\s+<strong>([\\d.]+)",
|
||||
"url": "http://wkhtmltopdf.org/downloads.html"
|
||||
},
|
||||
"description": "Render HTML into PDF",
|
||||
"homepage": "http://wkhtmltopdf.org/",
|
||||
"license": "LGPL-3.0",
|
||||
"uninstaller": {
|
||||
"args": [
|
||||
"/S"
|
||||
],
|
||||
"file": "Uninstall.exe"
|
||||
},
|
||||
"version": "0.12.4"
|
||||
}
|
||||
23
x264-10bit.json
Normal file
23
x264-10bit.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"hash": "c7fdf90a677b6934a26de868c97b53c49a5c26bd32532fff168264611c1bb687",
|
||||
"url": "http://download.videolan.org/pub/x264/binaries/win32/x264-10b-r2762-90a61ec.exe"
|
||||
},
|
||||
"64bit": {
|
||||
"hash": "077c1ea1cf96591b20846067e787aecaba626dad6ca7252442c736d9877efdc8",
|
||||
"url": "http://download.videolan.org/pub/x264/binaries/win64/x264-10b-r2762-90a61ec.exe"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
[
|
||||
"x264-10b-r2762-90a61ec.exe",
|
||||
"x264-10b"
|
||||
]
|
||||
],
|
||||
"description": "H.264/MPEG-4 AVC video encoder (10 bit)",
|
||||
"homepage": "https://www.videolan.org/developers/x264.html",
|
||||
"license": "GPL-2.0",
|
||||
"notes": "Version 0.148.2762 (90a61ec) was released on 2017-01-30",
|
||||
"version": "17.01.30"
|
||||
}
|
||||
27
x264.json
Normal file
27
x264.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"hash": "c7fdf90a677b6934a26de868c97b53c49a5c26bd32532fff168264611c1bb687",
|
||||
"url": "http://download.videolan.org/pub/x264/binaries/win32/x264-r2762-90a61ec.exe"
|
||||
},
|
||||
"64bit": {
|
||||
"hash": "e493de4c1524472cffb921197e12cb908171fb0d67809a20e0e9876e0f9233c5",
|
||||
"url": "http://download.videolan.org/pub/x264/binaries/win64/x264-r2762-90a61ec.exe"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
[
|
||||
"x264-r2762-90a61ec.exe",
|
||||
"x264-8b"
|
||||
],
|
||||
[
|
||||
"x264-r2762-90a61ec.exe",
|
||||
"x264"
|
||||
]
|
||||
],
|
||||
"description": "H.264/MPEG-4 AVC video encoder (8 bit)",
|
||||
"homepage": "https://www.videolan.org/developers/x264.html",
|
||||
"license": "GPL-2.0",
|
||||
"notes": "Version 0.148.2762 (90a61ec) was released on 2017-01-30",
|
||||
"version": "17.01.30"
|
||||
}
|
||||
17
xmlstarlet.json
Normal file
17
xmlstarlet.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"autoupdate": {
|
||||
"bin": "xmlstarlet-$version/xml.exe",
|
||||
"url": "https://sourceforge.net/projects/xmlstar/files/xmlstarlet/$version/xmlstarlet-$version-win32.zip"
|
||||
},
|
||||
"bin": "xmlstarlet-1.6.1/xml.exe",
|
||||
"checkver": {
|
||||
"re": "/files/latest/download\\?source=files\"\\s+title=\"/xmlstarlet/([\\d.]+)",
|
||||
"url": "https://sourceforge.net/projects/xmlstar/files/"
|
||||
},
|
||||
"description": "Transform, query, validate, and edit XML files",
|
||||
"hash": "4ee3d767d9126308d6bcf7b7290e85614a83fe51a9d84e765b9b7f4359f79fce",
|
||||
"homepage": "http://xmlstar.sourceforge.net/",
|
||||
"license": "MIT",
|
||||
"url": "https://sourceforge.net/projects/xmlstar/files/xmlstarlet/1.6.1/xmlstarlet-1.6.1-win32.zip",
|
||||
"version": "1.6.1"
|
||||
}
|
||||
36
zip.json
36
zip.json
@ -1,19 +1,23 @@
|
||||
{
|
||||
"homepage": "http://mingw.org/wiki/MSYS",
|
||||
"version": "3.0",
|
||||
"license": "http://www.info-zip.org/doc/LICENSE",
|
||||
"url": [
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Extension/zip/zip-3.0-1/zip-3.0-1-msys-1.0.14-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/msys-core/msys-1.0.18-1/msysCORE-1.0.18-1-msys-1.0.18-bin.tar.lzma"
|
||||
],
|
||||
"hash": [
|
||||
"ffe9b49d5302e00f8e5e6c6166e2f6e898c9459e696812284c8f37350f6fc45d",
|
||||
"4e262a414f238773b311c8bb55a52e62743c06e0e55b319ca5b47e3e306464d5"
|
||||
],
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"hash": "f8bbc1821d50400245107ce8cfa4a6c7b524387b58bbd6cbe9c20094e82c3bb5",
|
||||
"url": "ftp://ftp.info-zip.org/pub/infozip/win32/zip300xn.zip"
|
||||
},
|
||||
"64bit": {
|
||||
"hash": "ed29893fcd7f8b2afb2ead0461663584b740b5d064d4e1c87084107941197a7b",
|
||||
"url": "ftp://ftp.info-zip.org/pub/infozip/win32/zip300xn-x64.zip"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
"bin/zip.exe",
|
||||
"bin/zipcloak.exe",
|
||||
"bin/zipnote.exe",
|
||||
"bin/zipsplit.exe"
|
||||
]
|
||||
"zip.exe",
|
||||
"zipcloak.exe",
|
||||
"zipnote.exe",
|
||||
"zipsplit.exe"
|
||||
],
|
||||
"description": "Zip compression utilities",
|
||||
"homepage": "http://www.info-zip.org/",
|
||||
"license": "http://www.info-zip.org/pub/infozip/license.html",
|
||||
"pre_install": "Add-Type -assembly 'system.io.compression.filesystem'; [io.compression.zipfile]::ExtractToDirectory(\"$dir\\$fname\", \"$dir\")",
|
||||
"version": "3.0"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user