Commit aee1e409 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add mobirise

parent 83e23588
#!/bin/sh
PKGNAME=mobirise
SUPPORTEDARCHES="x86_64"
DESCRIPTION="Mobirise - create awesome mobile-friendly websites!"
. $(dirname $0)/common.sh
# https://mobihtml.ru/
epm install "https://download.mobirise.com/MobiriseSetup.deb"
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCT=mobirise
PRODUCTDIR=/opt/Mobirise
. $(dirname $0)/common-chromium-browser.sh
add_bin_link_command
fix_desktop_file
fix_chrome_sandbox
install_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