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
6f20a04a
Commit
6f20a04a
authored
Apr 19, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm pack: fix using version arg
parent
76ad7771
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
8 additions
and
17 deletions
+8
-17
64Gram.sh
pack.d/64Gram.sh
+0
-1
Telegram.sh
pack.d/Telegram.sh
+0
-1
cuda-z.sh
pack.d/cuda-z.sh
+0
-1
far2l-portable.sh
pack.d/far2l-portable.sh
+1
-2
jetbrains-toolbox.sh
pack.d/jetbrains-toolbox.sh
+0
-1
kyodialog.sh
pack.d/kyodialog.sh
+0
-1
portproton.sh
pack.d/portproton.sh
+1
-5
sane-panakvs.sh
pack.d/sane-panakvs.sh
+0
-1
unigine-superposition.sh
pack.d/unigine-superposition.sh
+0
-1
unigine-valley.sh
pack.d/unigine-valley.sh
+0
-1
far2l-portable.sh
play.d/far2l-portable.sh
+1
-1
portproton.sh
play.d/portproton.sh
+5
-1
No files found.
pack.d/64Gram.sh
View file @
6f20a04a
#!/bin/sh
#!/bin/sh
TAR
=
"
$1
"
TAR
=
"
$1
"
#VERSION="$2"
RETURNTARNAME
=
"
$2
"
RETURNTARNAME
=
"
$2
"
PRODUCT
=
"
$(
basename
$0
.sh
)
"
PRODUCT
=
"
$(
basename
$0
.sh
)
"
FPRODUCT
=
"Telegram"
FPRODUCT
=
"Telegram"
...
...
pack.d/Telegram.sh
View file @
6f20a04a
#!/bin/sh
#!/bin/sh
TAR
=
"
$1
"
TAR
=
"
$1
"
#VERSION="$2"
RETURNTARNAME
=
"
$2
"
RETURNTARNAME
=
"
$2
"
PRODUCT
=
"
$(
basename
$0
.sh
)
"
PRODUCT
=
"
$(
basename
$0
.sh
)
"
FPRODUCT
=
"Telegram"
FPRODUCT
=
"Telegram"
...
...
pack.d/cuda-z.sh
View file @
6f20a04a
#!/bin/sh
#!/bin/sh
TAR
=
"
$1
"
TAR
=
"
$1
"
#VERSION="$2"
RETURNTARNAME
=
"
$2
"
RETURNTARNAME
=
"
$2
"
PRODUCT
=
"cuda-z"
PRODUCT
=
"cuda-z"
...
...
pack.d/far2l-portable.sh
View file @
6f20a04a
#!/bin/sh
#!/bin/sh
TAR
=
"
$1
"
TAR
=
"
$1
"
#VERSION="$2"
RETURNTARNAME
=
"
$2
"
RETURNTARNAME
=
"
$2
"
VERSION
=
"
$3
"
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
VERSION
=
"2.4"
[
-n
"
$VERSION
"
]
||
fatal
"Missed archive version"
[
-n
"
$VERSION
"
]
||
fatal
"Missed archive version"
...
...
pack.d/jetbrains-toolbox.sh
View file @
6f20a04a
#!/bin/sh
#!/bin/sh
TAR
=
"
$1
"
TAR
=
"
$1
"
#VERSION="$2"
RETURNTARNAME
=
"
$2
"
RETURNTARNAME
=
"
$2
"
PRODUCT
=
jetbrains-toolbox
PRODUCT
=
jetbrains-toolbox
...
...
pack.d/kyodialog.sh
View file @
6f20a04a
#!/bin/sh
#!/bin/sh
TAR
=
"
$1
"
TAR
=
"
$1
"
#VERSION="$2"
RETURNTARNAME
=
"
$2
"
RETURNTARNAME
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
...
...
pack.d/portproton.sh
View file @
6f20a04a
#!/bin/sh
#!/bin/sh
TAR
=
"
$1
"
TAR
=
"
$1
"
#VERSION="$2"
RETURNTARNAME
=
"
$2
"
RETURNTARNAME
=
"
$2
"
VERSION
=
"
$3
"
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
# TODO: get from grep '^###Scripts version ' PortWINE/data_from_portwine/changelog_eng | head -n1
###Scripts version 2172###
VERSION
=
"
$(
epm tool eget
-O-
https://api.github.com/repos/Castro-Fidel/PortWINE/commits/HEAD |
grep
'"message": "Scripts version'
|
sed
-e
's|.*Scripts version ||'
-e
's|".*||'
)
"
[
-n
"
$VERSION
"
]
||
fatal
"Missed archive version"
[
-n
"
$VERSION
"
]
||
fatal
"Missed archive version"
PKGNAME
=
portproton-
$VERSION
.tar
PKGNAME
=
portproton-
$VERSION
.tar
...
...
pack.d/sane-panakvs.sh
View file @
6f20a04a
#!/bin/sh
#!/bin/sh
TAR
=
"
$1
"
TAR
=
"
$1
"
#VERSION="$2"
RETURNTARNAME
=
"
$2
"
RETURNTARNAME
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
...
...
pack.d/unigine-superposition.sh
View file @
6f20a04a
#!/bin/sh
#!/bin/sh
TAR
=
"
$1
"
TAR
=
"
$1
"
#VERSION="$2"
RETURNTARNAME
=
"
$2
"
RETURNTARNAME
=
"
$2
"
OPKGNAME
=
"Unigine_Superposition"
OPKGNAME
=
"Unigine_Superposition"
...
...
pack.d/unigine-valley.sh
View file @
6f20a04a
#!/bin/sh
#!/bin/sh
TAR
=
"
$1
"
TAR
=
"
$1
"
#VERSION="$2"
RETURNTARNAME
=
"
$2
"
RETURNTARNAME
=
"
$2
"
OPKGNAME
=
"Unigine_Valley"
OPKGNAME
=
"Unigine_Valley"
...
...
play.d/far2l-portable.sh
View file @
6f20a04a
...
@@ -20,4 +20,4 @@ esac
...
@@ -20,4 +20,4 @@ esac
PKGURL
=
"https://github.com/unxed/far2l-deb/raw/master/portable/far2l_portable_
$arch
.tar.gz"
PKGURL
=
"https://github.com/unxed/far2l-deb/raw/master/portable/far2l_portable_
$arch
.tar.gz"
epm pack
--install
$PKGNAME
"
$PKGURL
"
epm pack
--install
$PKGNAME
"
$PKGURL
"
"2.4"
play.d/portproton.sh
View file @
6f20a04a
...
@@ -13,7 +13,11 @@ if ! epm install portproton ; then
...
@@ -13,7 +13,11 @@ if ! epm install portproton ; then
res
=
$?
res
=
$?
fi
fi
#epm pack --install $PKGNAME https://github.com/Castro-Fidel/PortWINE/archive/refs/heads/master.tar.gz
# TODO: get from grep '^###Scripts version ' PortWINE/data_from_portwine/changelog_eng | head -n1
###Scripts version 2172###
#VERSION="$(epm tool eget -O- https://api.github.com/repos/Castro-Fidel/PortWINE/commits/HEAD | grep '"message": "Scripts version' | sed -e 's|.*Scripts version ||' -e 's|".*||' )"
#epm pack --install $PKGNAME https://github.com/Castro-Fidel/PortWINE/archive/refs/heads/master.tar.gz $VERSION
epm play i586-fix
epm play i586-fix
...
...
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