Commit 68b2d29b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add zlibrary

parent 6e6e60ea
#!/bin/sh
PKGNAME=z-library
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Z-Library Desktop Launcher"
URL="https://ru.wikipedia.org/wiki/Z-Library"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="https://s3proxy.cdn-zlib.sk/te_public_files/soft/linux/zlibrary-setup-latest.rpm"
install_pkgurl
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCTDIR=/opt/Z-Library
. $(dirname $0)/common-chromium-browser.sh
# hack
remove_file /usr/bin/$PRODUCT
add_bin_link_command
fix_desktop_file /opt/Z-Library/z-library
fix_chrome_sandbox
add_electron_deps
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