hansoft-client.sh 348 Bytes
Newer Older
1 2 3 4 5 6
#!/bin/sh

PKGNAME=hansoft
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Hansoft client from the official site"
7
URL="https://www.perforce.com/products/hansoft"
8 9 10 11 12 13 14 15

. $(dirname $0)/common.sh

# TODO
[ "$VERSION" = "*" ] && VERSION="11.1028"

VERSION="${VERSION/\./_}"

16
PKGURL="https://cache.hansoft.com/hansoft_${VERSION}_x64.deb"
17

18
install_pkgurl