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
Vladislav
eepm
Commits
649af257
Commit
649af257
authored
Mar 24, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm pack: use erc via epm tool erc
parent
90ae0840
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
11 deletions
+7
-11
common.sh
pack.d/common.sh
+5
-0
far2l-portable.sh
pack.d/far2l-portable.sh
+0
-3
jetbrains-toolbox.sh
pack.d/jetbrains-toolbox.sh
+0
-3
kyodialog.sh
pack.d/kyodialog.sh
+2
-4
portproton.sh
pack.d/portproton.sh
+0
-1
No files found.
pack.d/common.sh
View file @
649af257
...
...
@@ -24,6 +24,11 @@ subst()
}
fi
erc
()
{
epm tool erc
"
$@
"
}
is_dir_empty
()
{
[
-z
"
$(
ls
-A
"
$1
"
)
"
]
...
...
pack.d/far2l-portable.sh
View file @
649af257
...
...
@@ -20,9 +20,6 @@ tdir=$(mktemp -d)
trap
"rm -fr
$tdir
"
EXIT
cd
$tdir
||
fatal
# TODO: embed erc to epm
epm assure erc
||
epm ei erc
||
fatal
if
echo
"
$TAR
"
|
grep
-q
"far2l_portable.*.tar.gz"
;
then
erc
$TAR
||
fatal
RUNFILE
=
"
$(
echo
$tdir
/far2l
*
.run
)
"
...
...
pack.d/jetbrains-toolbox.sh
View file @
649af257
...
...
@@ -13,9 +13,6 @@ PKGDIR="$(mktemp -d)"
trap
"rm -fr
$PKGDIR
"
EXIT
cd
$PKGDIR
||
fatal
# TODO: embed erc to epm
epm assure erc
||
epm ei erc
||
fatal
# use version from tarball
PKGNAME
=
"
$(
basename
$TAR
.tar.gz
)
"
...
...
pack.d/kyodialog.sh
View file @
649af257
...
...
@@ -6,8 +6,6 @@ RETURNTARNAME="$2"
.
$(
dirname
$0
)
/common.sh
epm assure erc
||
epm ei erc
||
fatal
CURDIR
=
"
$(
pwd
)
"
PKGDIR
=
"
$(
mktemp
-d
)
"
...
...
@@ -15,12 +13,12 @@ trap "rm -fr $PKGDIR" EXIT
cd
$PKGDIR
||
fatal
if
echo
"
$TAR
"
|
grep
Linux_Universal_Driver.zip
;
then
a
=
erc
$TAR
||
fatal
erc
$TAR
||
fatal
TAR
=
$(
echo
KyoceraLinuxPackages-
*
.tar.gz
)
fi
if
echo
"
$TAR
"
|
grep
KyoceraLinuxPackages
;
then
a
=
erc
$TAR
||
fatal
erc
$TAR
||
fatal
else
fatal
"How no idea how to handle
$TAR
"
fi
...
...
pack.d/portproton.sh
View file @
649af257
...
...
@@ -14,7 +14,6 @@ VERSION="$(epm tool eget -O- https://api.github.com/repos/Castro-Fidel/PortWINE/
PKGNAME
=
portproton-
$VERSION
.tar
epm assure erc
||
fatal
erc repack
"
$TAR
"
"
$PKGNAME
"
||
fatal
return_tar
"
$PKGNAME
"
...
...
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