Commit 17aedb6c authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play: added qoder (eterbug #18885)

parent 70c2a61f
#!/bin/sh
PKGNAME=qoder
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Agent Programming Platform for Real Software."
URL="https://qoder.com/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="https://download.qoder.com/release/latest/qoder_x86_64.rpm"
install_pkgurl
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
move_to_opt
add_electron_deps
fix_desktop_file /usr/share/qoder/qoder
add_bin_link_command $PRODUCT /opt/$PRODUCT/bin/qoder
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