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
17aedb6c
Commit
17aedb6c
authored
Feb 13, 2026
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Feb 19, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: added qoder (eterbug #18885)
Signed-off-by:
Boris Yumankulov
<
boria138@altlinux.org
>
parent
70c2a61f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
0 deletions
+30
-0
qoder.sh
play.d/qoder.sh
+15
-0
qoder.sh
repack.d/qoder.sh
+15
-0
No files found.
play.d/qoder.sh
0 → 100755
View file @
17aedb6c
#!/bin/sh
PKGNAME
=
qoder
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"Agent Programming Platform for Real Software."
URL
=
"https://qoder.com/"
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
PKGURL
=
"https://download.qoder.com/release/latest/qoder_x86_64.rpm"
install_pkgurl
repack.d/qoder.sh
0 → 100755
View file @
17aedb6c
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
move_to_opt
add_electron_deps
fix_desktop_file /usr/share/qoder/qoder
add_bin_link_command
$PRODUCT
/opt/
$PRODUCT
/bin/qoder
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