Commit 65767f7a authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm play: add simplex (eterbug #18196)

parent 90fc6779
#!/bin/sh
PKGNAME=simplex
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='The first messaging network operating without user identifiers of any kind'
URL="https://github.com/simplex-chat/simplex-chat"
. $(dirname $0)/common.sh
if [ "$VERSION" = "*" ] ; then
PKGURL=$(get_github_url "https://github.com/simplex-chat/simplex-chat" "simplex-desktop-ubuntu-22_04-x86_64.deb")
else
PKGURL="https://github.com/simplex-chat/simplex-chat/releases/download/v$VERSION/simplex-desktop-ubuntu-22_04-x86_64.deb"
fi
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 $PRODUCT $PRODUCTDIR/bin/$PRODUCT
install_file $PRODUCTDIR/lib/simplex-simplex.desktop /usr/share/applications/simplex-simplex.desktop
install_file $PRODUCTDIR/lib/simplex.png /usr/share/icons/hicolor/512x512/apps/simplex.png
ignore_lib_requires 'libglapi.so.0()(64bit)'
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