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
1
Merge Requests
1
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
6c3e0e8a
Commit
6c3e0e8a
authored
Apr 01, 2026
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Apr 06, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play qwen-code: added vendor directory for fix tree-sitter.wasm (eterbug #18998)
Signed-off-by:
Boris Yumankulov
<
boria138@altlinux.org
>
parent
33515bc8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
+13
-4
qwen-code.sh
pack.d/qwen-code.sh
+8
-3
qwen-code.sh
play.d/qwen-code.sh
+5
-1
No files found.
pack.d/qwen-code.sh
View file @
6c3e0e8a
...
...
@@ -12,10 +12,15 @@ URL="$4"
mkdir
-p
usr/bin
mkdir
-p
etc/qwen-code
mkdir
-p
opt/qwen-code
mv
-v
$TAR
usr/bin/qwen
erc
--here
unpack
$TAR
||
fatal
chmod
755 usr/bin/qwen
cp
-a
"package/."
"opt/qwen-code/"
chmod
755
"opt/qwen-code/cli.js"
ln
-s
"/opt/qwen-code/cli.js"
"usr/bin/qwen"
PKGNAME
=
$PRODUCT
-
$VERSION
...
...
@@ -28,7 +33,7 @@ cat <<EOF > etc/qwen-code/system-defaults.json
}
EOF
erc pack
$PKGNAME
.tar usr etc
||
fatal
erc pack
$PKGNAME
.tar usr
opt
etc
||
fatal
cat
<<
EOF
>
$PKGNAME
.tar.eepm.yaml
name:
$PRODUCT
...
...
play.d/qwen-code.sh
View file @
6c3e0e8a
...
...
@@ -8,6 +8,10 @@ URL="https://github.com/QwenLM/qwen-code"
.
$(
dirname
$0
)
/common.sh
PKGURL
=
$(
get_github_url
$URL
"cli.js"
)
if
[
"
$VERSION
"
=
"*"
]
;
then
VERSION
=
$(
get_github_tag https://github.com/QwenLM/qwen-code
)
fi
PKGURL
=
"https://registry.npmjs.org/@qwen-code/qwen-code/-/qwen-code-
${
VERSION
}
.tgz"
install_pack_pkgurl
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