Commit a0815ed2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add deepseek-desktop

parent 8e307f44
#!/bin/sh
PKGNAME=deepseek-desktop
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Unofficial Web app for DeepSeek from the snapcraft"
URL="https://snapcraft.io/deepseek-desktop"
. $(dirname $0)/common.sh
PKGURL="$(snap_get_pkgurl $URL)"
install_pkgurl
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
# FIXME: unpacked??
PRODUCTDIR=/opt/deepseek-desktop/unpacked
. $(dirname $0)/common.sh
remove_file /opt/deepseek-desktop/icon.png
add_bin_link_command $PRODUCT
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