Commit ae05f97f authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add rememberthemilk

parent 4be5c9bc
#!/bin/sh
PKGNAME=rememberthemilk
SUPPORTEDARCHES="x86_64"
DESCRIPTION='Remember the milk from the official site'
URL="https://www.rememberthemilk.com/"
. $(dirname $0)/common.sh
# https://www.rememberthemilk.com/services/linux/
PKGURL="https://www.rememberthemilk.com/services/linux/download/?os=ubuntu_64&subtype=1.3.11"
epm install "$PKGURL"
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCTDIR=/opt/RememberTheMilk
. $(dirname $0)/common-chromium-browser.sh
cleanup
add_bin_link_command
add_electron_deps
fix_chrome_sandbox
fix_desktop_file
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