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
ba4a316f
Commit
ba4a316f
authored
Mar 23, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move play files to play.d
parent
d9997415
Hide whitespace changes
Inline
Side-by-side
Showing
35 changed files
with
36 additions
and
2 deletions
+36
-2
epm-play
bin/epm-play
+1
-2
README.md
play.d/README.md
+13
-0
anydesk.sh
play.d/anydesk.sh
+0
-0
assistant.sh
play.d/assistant.sh
+0
-0
atom.sh
play.d/atom.sh
+0
-0
brave.sh
play.d/brave.sh
+0
-0
chrome-remote-desktop.sh
play.d/chrome-remote-desktop.sh
+0
-0
chrome.sh
play.d/chrome.sh
+0
-0
chromium-gost.sh
play.d/chromium-gost.sh
+0
-0
code.sh
play.d/code.sh
+0
-0
common.sh
play.d/common.sh
+22
-0
discord.sh
play.d/discord.sh
+0
-0
eagle.sh
play.d/eagle.sh
+0
-0
edge.sh
play.d/edge.sh
+0
-0
geogebra.sh
play.d/geogebra.sh
+0
-0
mssql-server.sh
play.d/mssql-server.sh
+0
-0
mssql-tools.sh
play.d/mssql-tools.sh
+0
-0
onlyoffice.sh
play.d/onlyoffice.sh
+0
-0
r7office.sh
play.d/r7office.sh
+0
-0
sferum.sh
play.d/sferum.sh
+0
-0
skype.sh
play.d/skype.sh
+0
-0
spotify.sh
play.d/spotify.sh
+0
-0
sputnik-browser.sh
play.d/sputnik-browser.sh
+0
-0
steam.sh
play.d/steam.sh
+0
-0
sweethome3d.sh
play.d/sweethome3d.sh
+0
-0
tamtam.sh
play.d/tamtam.sh
+0
-0
teams.sh
play.d/teams.sh
+0
-0
teamviewer.sh
play.d/teamviewer.sh
+0
-0
telegram.sh
play.d/telegram.sh
+0
-0
viber.sh
play.d/viber.sh
+0
-0
vivaldi.sh
play.d/vivaldi.sh
+0
-0
xnview.sh
play.d/xnview.sh
+0
-0
yandex-browser.sh
play.d/yandex-browser.sh
+0
-0
yandex-disk.sh
play.d/yandex-disk.sh
+0
-0
zoom.sh
play.d/zoom.sh
+0
-0
No files found.
bin/epm-play
View file @
ba4a316f
...
...
@@ -73,8 +73,7 @@ __epm_play_run()
epm_play
()
{
# TODO: change to play.d
local
psdir
=
"
$CONFIGDIR
/prescription.d"
local
psdir
=
"
$CONFIGDIR
/play.d"
if
[
"
$1
"
=
"-h"
]
||
[
"
$1
"
=
"--help"
]
;
then
cat
<<
EOF
...
...
play.d/README.md
0 → 100644
View file @
ba4a316f
Allowed variables:
*
$EGET (wget like utility)
*
$DISTRVENDOR (distro_info utility)
Allowed command:
*
epm (run the same epm called from)
TODO:
*
inject some functions
TODO:
*
save packages for remove
p
rescription
.d/anydesk.sh
→
p
lay
.d/anydesk.sh
View file @
ba4a316f
File moved
p
rescription
.d/assistant.sh
→
p
lay
.d/assistant.sh
View file @
ba4a316f
File moved
p
rescription
.d/atom.sh
→
p
lay
.d/atom.sh
View file @
ba4a316f
File moved
p
rescription
.d/brave.sh
→
p
lay
.d/brave.sh
View file @
ba4a316f
File moved
p
rescription
.d/chrome-remote-desktop.sh
→
p
lay
.d/chrome-remote-desktop.sh
View file @
ba4a316f
File moved
p
rescription
.d/chrome.sh
→
p
lay
.d/chrome.sh
View file @
ba4a316f
File moved
p
rescription
.d/chromium-gost.sh
→
p
lay
.d/chromium-gost.sh
View file @
ba4a316f
File moved
p
rescription
.d/code.sh
→
p
lay
.d/code.sh
View file @
ba4a316f
File moved
play.d/common.sh
0 → 100755
View file @
ba4a316f
#!/bin/sh
fatal
()
{
echo
"FATAL:
$*
"
>
&2
exit
1
}
if
[
"
$1
"
=
"--remove"
]
;
then
epm remove
$PKGNAME
exit
fi
if
[
"
$1
"
=
"--installed"
]
;
then
epm installed
$PKGNAME
exit
fi
if
[
-n
"
$DESCRIPTION
"
]
;
then
[
"
$1
"
!=
"--run"
]
&&
echo
"
$DESCRIPTION
"
&&
exit
fi
p
rescription
.d/discord.sh
→
p
lay
.d/discord.sh
View file @
ba4a316f
File moved
p
rescription
.d/eagle.sh
→
p
lay
.d/eagle.sh
View file @
ba4a316f
File moved
p
rescription
.d/edge.sh
→
p
lay
.d/edge.sh
View file @
ba4a316f
File moved
p
rescription
.d/geogebra.sh
→
p
lay
.d/geogebra.sh
View file @
ba4a316f
File moved
p
rescription
.d/mssql-server.sh
→
p
lay
.d/mssql-server.sh
View file @
ba4a316f
File moved
p
rescription
.d/mssql-tools.sh
→
p
lay
.d/mssql-tools.sh
View file @
ba4a316f
File moved
p
rescription
.d/onlyoffice.sh
→
p
lay
.d/onlyoffice.sh
View file @
ba4a316f
File moved
p
rescription
.d/r7office.sh
→
p
lay
.d/r7office.sh
View file @
ba4a316f
File moved
p
rescription
.d/sferum.sh
→
p
lay
.d/sferum.sh
View file @
ba4a316f
File moved
p
rescription
.d/skype.sh
→
p
lay
.d/skype.sh
View file @
ba4a316f
File moved
p
rescription
.d/spotify.sh
→
p
lay
.d/spotify.sh
View file @
ba4a316f
File moved
p
rescription
.d/sputnik-browser.sh
→
p
lay
.d/sputnik-browser.sh
View file @
ba4a316f
File moved
p
rescription
.d/steam.sh
→
p
lay
.d/steam.sh
View file @
ba4a316f
File moved
p
rescription
.d/sweethome3d.sh
→
p
lay
.d/sweethome3d.sh
View file @
ba4a316f
File moved
p
rescription
.d/tamtam.sh
→
p
lay
.d/tamtam.sh
View file @
ba4a316f
File moved
p
rescription
.d/teams.sh
→
p
lay
.d/teams.sh
View file @
ba4a316f
File moved
p
rescription
.d/teamviewer.sh
→
p
lay
.d/teamviewer.sh
View file @
ba4a316f
File moved
p
rescription
.d/telegram.sh
→
p
lay
.d/telegram.sh
View file @
ba4a316f
File moved
p
rescription
.d/viber.sh
→
p
lay
.d/viber.sh
View file @
ba4a316f
File moved
p
rescription
.d/vivaldi.sh
→
p
lay
.d/vivaldi.sh
View file @
ba4a316f
File moved
p
rescription
.d/xnview.sh
→
p
lay
.d/xnview.sh
View file @
ba4a316f
File moved
p
rescription
.d/yandex-browser.sh
→
p
lay
.d/yandex-browser.sh
View file @
ba4a316f
File moved
p
rescription
.d/yandex-disk.sh
→
p
lay
.d/yandex-disk.sh
View file @
ba4a316f
File moved
p
rescription
.d/zoom.sh
→
p
lay
.d/zoom.sh
View file @
ba4a316f
File moved
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