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
0ef975f9
Commit
0ef975f9
authored
Feb 14, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play qms-speedtest: rename from qms-lib, rename binary to qms-speedtest
parent
50f6864e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
qms-speedtest.sh
pack.d/qms-speedtest.sh
+5
-5
qms-speedtest.sh
play.d/qms-speedtest.sh
+2
-2
No files found.
pack.d/qms-
lib
.sh
→
pack.d/qms-
speedtest
.sh
View file @
0ef975f9
...
@@ -8,23 +8,23 @@ RETURNTARNAME="$2"
...
@@ -8,23 +8,23 @@ RETURNTARNAME="$2"
erc unpack
"
$TAR
"
||
fatal
erc unpack
"
$TAR
"
||
fatal
mkdir
-p
opt/
$PRODUCT
mkdir
-p
opt/
$PRODUCT
mv
qms_lib opt/
$PRODUCT
/qms
_lib
mv
qms_lib opt/
$PRODUCT
/qms
-speedtest
chmod
755 opt/
$PRODUCT
/qms
_lib
chmod
755 opt/
$PRODUCT
/qms
-speedtest
VERSION
=
$(
opt/
$PRODUCT
/qms
_lib
--version
2>&1 |
grep
-oP
'[0-9]+\.[0-9.]+'
|
head
-1
)
VERSION
=
$(
opt/
$PRODUCT
/qms
-speedtest
--version
2>&1 |
grep
-oP
'[0-9]+\.[0-9.]+'
|
head
-1
)
[
-n
"
$VERSION
"
]
||
VERSION
=
"1.0"
[
-n
"
$VERSION
"
]
||
VERSION
=
"1.0"
PKGNAME
=
$PRODUCT
-
$VERSION
PKGNAME
=
$PRODUCT
-
$VERSION
mkdir
-p
usr/bin
mkdir
-p
usr/bin
ln
-s
/opt/
$PRODUCT
/qms
_lib usr/bin/qms_lib
ln
-s
/opt/
$PRODUCT
/qms
-speedtest usr/bin/qms-speedtest
cat
<<
EOF
>
$PKGNAME
.tar.eepm.yaml
cat
<<
EOF
>
$PKGNAME
.tar.eepm.yaml
name:
$PRODUCT
name:
$PRODUCT
group: Networking/Other
group: Networking/Other
license: Proprietary
license: Proprietary
url: https://www.qms.ru/applications/linux
url: https://www.qms.ru/applications/linux
summary: QMS
Lib
- internet connection speed and quality testing tool
summary: QMS
speedtest
- internet connection speed and quality testing tool
description: Command-line tool for testing internet connection speed and quality from qms.ru.
description: Command-line tool for testing internet connection speed and quality from qms.ru.
EOF
EOF
...
...
play.d/qms-
lib
.sh
→
play.d/qms-
speedtest
.sh
View file @
0ef975f9
#!/bin/sh
#!/bin/sh
PKGNAME
=
qms-
lib
PKGNAME
=
qms-
speedtest
SUPPORTEDARCHES
=
"x86_64"
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
VERSION
=
"
$2
"
DESCRIPTION
=
"QMS
Lib
- internet connection speed and quality testing tool"
DESCRIPTION
=
"QMS
speedtest
- internet connection speed and quality testing tool"
URL
=
"https://www.qms.ru/applications/linux"
URL
=
"https://www.qms.ru/applications/linux"
.
$(
dirname
$0
)
/common.sh
.
$(
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