Commit 435ddcec authored by Boria138's avatar Boria138 Committed by Vitaly Lipatov

epm play: add raindrop.io

parent b2564a46
#!/bin/sh
PKGNAME=raindrop
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Raindrop.io from the snapcraft"
URL="https://snapcraft.io/raindrop"
. $(dirname $0)/common.sh
PKGURL="$(snap_get_pkgurl $PKGNAME)"
install_pkgurl
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
add_bin_exec_command
cd .$PRODUCTDIR || fatal
for i in data-dir gnome-platform lib meta scripts usr ; do
remove_dir $PRODUCTDIR/$i
done
for i in *.sh ; do
remove_file $PRODUCTDIR/$i
done
cd >/dev/null
add_libs_requires
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