Commit b8bbf26c authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack: add gitkraken

parent 0203e551
......@@ -17,4 +17,8 @@ case $pkgtype in
;;
esac
epm install "$PKGURL"
if [ "$(epm print info -s)" = "alt" ] ; then
repack="--repack"
fi
epm install $repack "$PKGURL"
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCT=gitkraken
. $(dirname $0)/common-chromium-browser.sh
rm -v ./usr/bin/gitkraken
add_bin_link_command
install_deps
move_to_opt
fix_chrome_sandbox
fix_desktop_file /usr/share/gitkraken/gitkraken
add_findreq_skiplist "$PRODUCTDIR/resources/app.asar.unpacked/node_modules/@axosoft/*/build/Release/*.node"
add_findreq_skiplist "$PRODUCTDIR/resources/app.asar.unpacked/node_modules/@msgpackr-extract/msgpackr-extract-linux-x64/*.node"
add_requires libXScrnSaver
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