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
6f8f1c10
Commit
6f8f1c10
authored
May 06, 2024
by
Иван Мажукин
Committed by
Vitaly Lipatov
Jun 23, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: fix radicle install(eterbug #17322)
parent
8facff87
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
radicle.sh
pack.d/radicle.sh
+4
-3
radicle.sh
play.d/radicle.sh
+2
-2
No files found.
pack.d/radicle.sh
View file @
6f8f1c10
...
...
@@ -10,12 +10,13 @@ VERSION=$3
BASENAME
=
$(
basename
$TAR
.tar.gz
)
erc unpack
$TAR
||
fatal
cd
*
mkdir
-p
usr/share/man/man1
mkdir
-p
opt/
$PRODUCT
mv
*
/
*
.1 usr/share/man/man1/
mv
*
/
*
opt/
$PRODUCT
/
mv
man/man1/
*
.1 usr/share/man/man1/
mv
bin/
*
opt/
$PRODUCT
/
PKGNAME
=
$PRODUCT
-
$VERSION
...
...
play.d/radicle.sh
View file @
6f8f1c10
...
...
@@ -10,9 +10,9 @@ URL="https://radicle.xyz/"
warn_version_is_not_supported
VERSION
=
$(
eget
-q
-O-
"https://files.radicle.xyz/
latest/version
.json"
| epm tool json
-b
|
grep
version |
awk
'gsub(/"/, "", $2) {print $2}'
)
VERSION
=
$(
eget
-q
-O-
"https://files.radicle.xyz/
releases/latest/radicle
.json"
| epm tool json
-b
|
grep
version |
awk
'gsub(/"/, "", $2) {print $2}'
)
[
-n
"
$VERSION
"
]
||
fatal
"Can't get version"
PKGURL
=
"https://files.radicle.xyz/
latest/x86_64-unknown-linux-musl/radicle-x86_64-unknown-linux-musl.tar.g
z"
PKGURL
=
"https://files.radicle.xyz/
releases/latest/radicle-
$VERSION
-x86_64-unknown-linux-musl.tar.x
z"
install_pack_pkgurl
$VERSION
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