Commit 686d30bd authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add t1client support

parent bd2be4c6
#!/bin/sh
PKGNAME=t1client-standalone
SUPPORTEDARCHES="x86_64"
DESCRIPTION="DSSL Trassir Client"
URL="https://confluence.trassir.com/pages/viewpage.action?pageId=36865118"
. $(dirname $0)/common.sh
case "$(epm print info -p)" in
rpm)
PKGURL="ipfs://QmarAX2ATvXaqFdar6t5ZYTi9yuVjmAKyS8AvBCJDWC92Z?filename=t1client-standalone-0.1.4.0.13209.rpm"
;;
*)
PKGURL="ipfs://QmXnpA7nUZRjV9owyW6t79SB9kGbwve6vHWaiawan53sqG?filename=t1client-standalone-4.4.7.0-1186989-Release.deb"
;;
esac
case "$(epm print info -s)" in
alt)
PKGURL="ipfs://QmXnpA7nUZRjV9owyW6t79SB9kGbwve6vHWaiawan53sqG?filename=t1client-standalone-4.4.7.0-1186989-Release.deb"
;;
esac
epm install $PKGURL
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCT=t1client
PRODUCTDIR=/opt/dssl/t1client
. $(dirname $0)/common-chromium-browser.sh
subst '1iAutoReq:no' $SPEC
subst '1iAutoProv:no' $SPEC
add_bin_link_command $PRODUCT $PRODUCTDIR/run_t1client.sh
fix_desktop_file /opt/dssl/t1client/run_t1client.sh $PRODUCT
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment