Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
3a866926
Commit
3a866926
authored
Jul 26, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add chatgpg-desktop
parent
87cd3441
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
chatgpt-desktop.sh
play.d/chatgpt-desktop.sh
+14
-0
chat-gpt.sh
repack.d/chat-gpt.sh
+12
-0
No files found.
play.d/chatgpt-desktop.sh
0 → 100755
View file @
3a866926
#!/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
"
repack.d/chat-gpt.sh
0 → 100755
View file @
3a866926
#!/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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment