Commit 3a866926 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add chatgpg-desktop

parent 87cd3441
#!/bin/sh
PKGNAME=chat-gpt
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='Unofficial ChatGPT Desktop Application from the official site'
URL="https://github.com/lencx/ChatGPT"
. $(dirname $0)/common.sh
https://github.com/lencx/ChatGPT/releases/download/v1.0.0/ChatGPT_1.0.0_linux_x86_64.deb
PKGURL=$(epm tool eget --list --latest https://github.com/lencx/ChatGPT/releases/ "ChatGPT_${VERSION}_linux_x86_64.deb") || fatal "Can't get package URL"
epm install "$PKGURL"
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
UNIREQUIRES="libwebkit2gtk-4.0.so.37 libgtk-3.so.0 libgdk-3.so.0 libcairo.so.2 libgdk_pixbuf-2.0.so.0
libsoup-2.4.so.1 libgio-2.0.so.0 libjavascriptcoregtk-4.0.so.18
libgobject-2.0.so.0 libglib-2.0.so.0
libssl.so.3 libcrypto.so.3
libgcc_s.so.1 libm.so.6 libc.so.6"
. $(dirname $0)/common.sh
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