tis-gow icon

gow

Paquet d’installation silencieuse pour gow

0.8-3

  • package: tis-gow
  • name: gow
  • version: 0.8-3
  • categories: Utilities
  • maintainer: WAPT Team,Tranquil IT,Pierre Cosson
  • licence: MIT license
  • locale: all
  • target_os: windows
  • architecture: all
  • signature_date:
  • size: 9.42 Mo
  • installed_size: 18.00 Mo
  • homepage : https://github.com/bmatzelle/gow/wiki

package           : tis-gow
version           : 0.8-3
architecture      : all
section           : base
priority          : optional
name              : gow
categories        : Utilities
maintainer        : WAPT Team,Tranquil IT,Pierre Cosson
description       : Gnu on Windows, cp ls grep wget vi etc... all on windows!
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : windows
min_wapt_version  : 2.0
sources           : http://srvtemplates.ad.tranquil.it/binary_cache/Gow-0.8.0.exe
installed_size    : 18000000
impacted_process  : 
description_fr    : 
description_pl    : 
description_de    : 
description_es    : 
description_pt    : 
description_it    : 
description_nl    : 
description_ru    : 
audit_schedule    : 
editor            : 
keywords          : 
licence           : MIT license
homepage          : https://github.com/bmatzelle/gow/wiki
package_uuid      : 4666120f-b29d-40f7-8d45-adfeb0973b21
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 
max_os_version    : 
icon_sha256sum    : d642b35ce6441158dc071677fb958ad01830271d373c332d64e48dec67f80834
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature         : pfTfoYalgKlqoffr45Q3iDM/uoOLm9fMxhSpETY55wOlb1O8EVa16XCNxca0Qq0NRh4Kk+Yqp5NnDu6532aWRqwwIUMsUGI7RZiMwoCCi8NeyZP4+7NrIGf4wTGrNtR5Mod7EgW8GzVqHE+J0CQ2VASUQGgfxf7dZ4xdW3pFarYO3PZLA4cM530PsRWh+wn7bN3PkHfPqtYCokO6oGkiwsBGZeqRUlWFGN4oixA97ovZpq4pqrTOM91gHEMiN92FPCmNJ3YDccbI1x+jnGGm5g39eX/VmAUk+AplznLKg5o8EVE1PAV9XQ2ugqPW+MkDp16SG/XxNppiVTec9ECB+A==
signature_date    : 2022-08-14T19:02:27.680163
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes

# -*- coding: utf-8 -*-
from setuphelpers import *


def install():
    # Installing the software
    install_exe_if_needed(
        "Gow-0.8.0.exe",
        silentflags="/S",
    )
    uninstallkey.append("Gow")
    unzip("gow-unzip.zip")
    for file in glob.glob(".\\gow-unzip\\unzip\*"):
        filecopyto(file, makepath(programfiles32, "Gow", "bin"))

# -*- coding: utf-8 -*-
from setuphelpers import *


def update_package():
    download_url = "http://srvtemplates.ad.tranquil.it/binary_cache/Gow-0.8.0.exe"
    latest_bin = "Gow-0.8.0.exe"
    sha256 = "9b06e0f9471d61d1019bf4d133c0ed23a4ccee27b6b8758a922d681469b82e42"
    wget(download_url, latest_bin, sha256=sha256)

    download_url = "http://srvtemplates.ad.tranquil.it/binary_cache/gow-unzip.zip"
    latest_bin = "gow-unzip.zip"
    sha256 = "496118eb6a739873ea0eefd5173b9564b46f072b3692a5eccf6e68c9a59b3f61"
    wget(download_url, latest_bin, sha256=sha256)

d821f98098abcd85edc39fb190f6f724d6350606fe1d1dc41473c003f632b228 : setup.py
d51f185402b61dbff32c89e18f309c2d7a0f36c1fc554e4f36fb603b9c419c39 : update_package.py
9b06e0f9471d61d1019bf4d133c0ed23a4ccee27b6b8758a922d681469b82e42 : Gow-0.8.0.exe
d642b35ce6441158dc071677fb958ad01830271d373c332d64e48dec67f80834 : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
60ba56792d9befa41b74bf3d53a94cf46370f6888f6abf73ee338ad5edf49fd1 : luti.json
496118eb6a739873ea0eefd5173b9564b46f072b3692a5eccf6e68c9a59b3f61 : gow-unzip.zip
bd6c04e004bfee0de00b5ed3da7f87d79f47a89057518c31f26ba7991677fd8b : WAPT/control