Commit 129dd8df authored by Boria138's avatar Boria138 Committed by Vitaly Lipatov

epm play: added penpot-desktop

parent f472ed7e
#!/bin/sh
PKGNAME=penpot-desktop
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Penpot Desktop from the snapcraft"
URL="https://snapcraft.io/penpot-desktop"
. $(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
add_bin_link_command
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