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
372f83eb
Commit
372f83eb
authored
Mar 31, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add quotes for eget --list mask
parent
ebd40bd0
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
31 additions
and
31 deletions
+31
-31
anydesk.sh
play.d/anydesk.sh
+1
-1
balena-etcher.sh
play.d/balena-etcher.sh
+1
-1
codium.sh
play.d/codium.sh
+1
-1
djv.sh
play.d/djv.sh
+1
-1
figma.sh
play.d/figma.sh
+1
-1
freeoffice.sh
play.d/freeoffice.sh
+1
-1
kubo.sh
play.d/kubo.sh
+1
-1
master-pdf-editor.sh
play.d/master-pdf-editor.sh
+1
-1
neovide.sh
play.d/neovide.sh
+1
-1
net.downloadhelper.coapp.sh
play.d/net.downloadhelper.coapp.sh
+1
-1
onlyoffice.sh
play.d/onlyoffice.sh
+1
-1
pachca.sh
play.d/pachca.sh
+1
-1
pcsx2.sh
play.d/pcsx2.sh
+1
-1
pencil.sh
play.d/pencil.sh
+2
-2
portproton.sh
play.d/portproton.sh
+1
-1
powershell.sh
play.d/powershell.sh
+1
-1
realvnc-server.sh
play.d/realvnc-server.sh
+3
-3
realvnc-viewer.sh
play.d/realvnc-viewer.sh
+1
-1
rpcs3.sh
play.d/rpcs3.sh
+1
-1
rstudio.sh
play.d/rstudio.sh
+1
-1
slack.sh
play.d/slack.sh
+2
-2
ungoogled-chromium.sh
play.d/ungoogled-chromium.sh
+1
-1
vdhcoapp.sh
play.d/vdhcoapp.sh
+1
-1
vinteo.desktop.sh
play.d/vinteo.desktop.sh
+1
-1
weasis.sh
play.d/weasis.sh
+1
-1
wing.sh
play.d/wing.sh
+2
-2
No files found.
play.d/anydesk.sh
View file @
372f83eb
...
...
@@ -41,7 +41,7 @@ PKGMASK="$(epm print constructname $PKGNAME "$VERSION" $arch '' '_')"
# lib.req: WARNING: /usr/bin/anydesk: library libpangox-1.0.so.0 not found
#[ "$(epm print info -s)" = "alt" ] && PKGMASK="os-specific/rhel8/$(epm print constructname $PKGNAME "*" $arch)"
PKGURL
=
"
$(
eget
--list
--latest
https://download.anydesk.com/linux/
./
$PKGMASK
)
"
||
fatal
"Can't get package URL"
PKGURL
=
"
$(
eget
--list
--latest
https://download.anydesk.com/linux/
"./
$PKGMASK
"
)
"
||
fatal
"Can't get package URL"
epm
$repack
install
"
$PKGURL
"
||
exit
...
...
play.d/balena-etcher.sh
View file @
372f83eb
...
...
@@ -18,7 +18,7 @@ case $pkgtype in
;;
esac
PKGURL
=
$(
eget
--list
--latest
https://github.com/balena-io/etcher/releases
$mask
)
||
fatal
"Can't get package URL"
PKGURL
=
$(
eget
--list
--latest
https://github.com/balena-io/etcher/releases
"
$mask
"
)
||
fatal
"Can't get package URL"
repack
=
''
[
"
$(
epm print info
-s
)
"
=
"alt"
]
&&
repack
=
'--repack'
...
...
play.d/codium.sh
View file @
372f83eb
...
...
@@ -30,7 +30,7 @@ case "$arch-$pkgtype" in
esac
PKGURL
=
$(
eget
--list
--latest
https://github.com/VSCodium/vscodium/releases
$(
epm print constructname
$PKGNAME
"
$VERSION
*"
$arch
$pkgtype
))
||
fatal
"Can't get package URL"
PKGURL
=
"
$(
eget
--list
--latest
https://github.com/VSCodium/vscodium/releases
"
$(
epm print constructname
$PKGNAME
"
$VERSION
*"
$arch
$pkgtype
)
"
)
"
||
fatal
"Can't get package URL"
# we have workaround for their postinstall script, so always repack rpm package
[
"
$pkgtype
"
=
"deb"
]
||
repack
=
'--repack'
...
...
play.d/djv.sh
View file @
372f83eb
...
...
@@ -19,7 +19,7 @@ esac
arch
=
amd64
PKGURL
=
$(
eget
--list
--latest
https://github.com/darbyjohnston/DJV/releases
$mask
)
||
fatal
"Can't get package URL"
PKGURL
=
$(
eget
--list
--latest
https://github.com/darbyjohnston/DJV/releases
"
$mask
"
)
||
fatal
"Can't get package URL"
repack
=
''
[
"
$(
epm print info
-s
)
"
=
"alt"
]
&&
repack
=
'--repack'
...
...
play.d/figma.sh
View file @
372f83eb
...
...
@@ -25,7 +25,7 @@ case "$pkgtype" in
;;
esac
PKGURL
=
$(
eget
--list
--latest
https://github.com/Figma-Linux/figma-linux/releases
$file
)
||
fatal
"Can't get package URL"
PKGURL
=
$(
eget
--list
--latest
https://github.com/Figma-Linux/figma-linux/releases
"
$file
"
)
||
fatal
"Can't get package URL"
repack
=
''
[
"
$(
epm print info
-s
)
"
=
"alt"
]
&&
repack
=
'--repack'
...
...
play.d/freeoffice.sh
View file @
372f83eb
...
...
@@ -18,7 +18,7 @@ case $pkgtype in
;;
esac
PKGURL
=
"
$(
eget
--list
--latest
https://www.freeoffice.com/ru/download/applications
$file
)
"
||
fatal
"Can't get package URL"
PKGURL
=
"
$(
eget
--list
--latest
https://www.freeoffice.com/ru/download/applications
"
$file
"
)
"
||
fatal
"Can't get package URL"
repack
=
''
[
"
$(
epm print info
-s
)
"
=
"alt"
]
&&
repack
=
'--repack'
...
...
play.d/kubo.sh
View file @
372f83eb
...
...
@@ -36,5 +36,5 @@ case "$arch" in
esac
PKGURL
=
"
$(
eget
--list
--latest
https://github.com/ipfs/kubo/releases
${
BASEPKGNAME
}
_v
$VERSION$file
)
"
PKGURL
=
"
$(
eget
--list
--latest
https://github.com/ipfs/kubo/releases
"
${
BASEPKGNAME
}
_v
$VERSION$file
"
)
"
epm pack
--install
$PKGNAME
"
$PKGURL
"
play.d/master-pdf-editor.sh
View file @
372f83eb
...
...
@@ -36,6 +36,6 @@ if [ -z "$PKG" ] ; then
esac
fi
PKGURL
=
$(
eget
--list
--latest
https://code-industry.ru/get-master-pdf-editor-for-linux/
$PKG
)
||
fatal
"Can't get package URL"
PKGURL
=
$(
eget
--list
--latest
https://code-industry.ru/get-master-pdf-editor-for-linux/
"
$PKG
"
)
||
fatal
"Can't get package URL"
epm
$repack
install
"
$PKGURL
"
play.d/neovide.sh
View file @
372f83eb
...
...
@@ -8,7 +8,7 @@ URL="https://neovide.dev/"
.
$(
dirname
$0
)
/common.sh
PKGURL
=
$(
eget
--list
--latest
https://github.com/neovide/neovide/releases
$PKGNAME
.AppImage
)
||
fatal
"Can't get package URL"
PKGURL
=
$(
eget
--list
--latest
https://github.com/neovide/neovide/releases
"
$PKGNAME
.AppImage"
)
||
fatal
"Can't get package URL"
epm
install
"
$PKGURL
"
play.d/net.downloadhelper.coapp.sh
View file @
372f83eb
...
...
@@ -10,7 +10,7 @@ URL="https://www.downloadhelper.net/install-coapp"
mask
=
"
$PKGNAME
-
${
VERSION
}
_amd64.deb"
PKGURL
=
$(
eget
--list
--latest
https://github.com/aclap-dev/vdhcoapp/releases/
$mask
)
||
fatal
"Can't get package URL"
PKGURL
=
$(
eget
--list
--latest
https://github.com/aclap-dev/vdhcoapp/releases/
"
$mask
"
)
||
fatal
"Can't get package URL"
repack
=
''
[
"
$(
epm print info
-s
)
"
=
"alt"
]
&&
repack
=
'--repack'
...
...
play.d/onlyoffice.sh
View file @
372f83eb
...
...
@@ -34,7 +34,7 @@ case "$(epm print info -s)" in
esac
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
"
$(
eget
--list
--latest
https://github.com/ONLYOFFICE/DesktopEditors/releases
$file
)
"
PKGURL
=
"
$(
eget
--list
--latest
https://github.com/ONLYOFFICE/DesktopEditors/releases
"
$file
"
)
"
else
PKGURL
=
"https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v
$VERSION
/
$file
"
fi
...
...
play.d/pachca.sh
View file @
372f83eb
...
...
@@ -11,7 +11,7 @@ URL="https://github.com/pachca/pachca-desktop"
arch
=
"
$(
epm print info
--debian-arch
)
"
file
=
"
${
PKGNAME
}
_
${
VERSION
}
_
$arch
.deb"
PKGURL
=
$(
eget
--list
--latest
https://github.com/pachca/pachca-desktop/releases
$file
)
||
fatal
"Can't get package URL"
PKGURL
=
$(
eget
--list
--latest
https://github.com/pachca/pachca-desktop/releases
"
$file
"
)
||
fatal
"Can't get package URL"
epm
install
"
$PKGURL
"
play.d/pcsx2.sh
View file @
372f83eb
...
...
@@ -11,6 +11,6 @@ URL="https://github.com/PCSX2/pcsx2/releases"
# https://github.com/PCSX2/pcsx2/releases/download/v1.7.4767/pcsx2-v1.7.4767-linux-appimage-x64-Qt.AppImage
file
=
"pcsx2-v
${
VERSION
}
-linux-appimage-x64-Qt.AppImage"
PKGURL
=
$(
eget
--list
--latest
https://github.com/PCSX2/pcsx2/releases
$file
)
||
fatal
"Can't get package URL"
PKGURL
=
$(
eget
--list
--latest
https://github.com/PCSX2/pcsx2/releases
"
$file
"
)
||
fatal
"Can't get package URL"
epm pack
--install
"
$PKGNAME
"
"
$PKGURL
"
play.d/pencil.sh
View file @
372f83eb
...
...
@@ -31,7 +31,7 @@ repack=''
# https://pencil.evolus.vn/dl/V3.1.1.ga/Pencil_3.1.1.ga_amd64.deb
# https://pencil.evolus.vn/dl/V3.1.1.ga/Pencil_3.1.1.ga_i386.deb
PKGMASK
=
"
$(
epm print constructname
$PKGNAME
"
$VERSION
.ga"
$arch
)
"
mask
=
"
$(
epm print constructname
$PKGNAME
"
$VERSION
.ga"
$arch
)
"
PKGURL
=
"
$(
eget
--list
--latest
https://pencil.evolus.vn/Downloads.html
$PKGMASK
)
"
||
fatal
"Can't get package URL"
PKGURL
=
"
$(
eget
--list
--latest
https://pencil.evolus.vn/Downloads.html
"
$mask
"
)
"
||
fatal
"Can't get package URL"
epm
$repack
install
"
$PKGURL
"
play.d/portproton.sh
View file @
372f83eb
...
...
@@ -9,7 +9,7 @@ DESCRIPTION='PortProton (from the repository if the package is there, or from th
res
=
0
if
!
epm
install
portproton
;
then
PKGURL
=
"
$(
eget
--list
--latest
https://github.com/Castro-Fidel/PortProton_dpkg/releases
portproton_
${
VERSION
}
amd64.deb
)
"
PKGURL
=
"
$(
eget
--list
--latest
https://github.com/Castro-Fidel/PortProton_dpkg/releases
"portproton_
${
VERSION
}
amd64.deb"
)
"
epm
install
$PKGURL
res
=
$?
fi
...
...
play.d/powershell.sh
View file @
372f83eb
...
...
@@ -26,7 +26,7 @@ case $(epm print info -e) in
;;
esac
PKGURL
=
$(
eget
--list
--latest
$BASEURL
$file
)
||
fatal
"Can't get package URL"
PKGURL
=
$(
eget
--list
--latest
$BASEURL
"
$file
"
)
||
fatal
"Can't get package URL"
repack
=
''
[
"
$(
epm print info
-s
)
"
=
"alt"
]
&&
repack
=
'--repack'
...
...
play.d/realvnc-server.sh
View file @
372f83eb
...
...
@@ -16,16 +16,16 @@ repack=''
case
$pkgtype
-
$arch
in
rpm-x86_64
)
PKG
=
"VNC-Server-
$VERSION
-Linux-x64.rpm"
mask
=
"VNC-Server-
$VERSION
-Linux-x64.rpm"
;;
*
-x86_64
)
PKG
=
"VNC-Server-
$VERSION
-Linux-x64.deb"
mask
=
"VNC-Server-
$VERSION
-Linux-x64.deb"
;;
*
)
fatal
"Unsupported arch"
;;
esac
PKGURL
=
$(
eget
--list
--latest
https://www.realvnc.com/en/connect/download/vnc/
$PKG
)
||
fatal
"Can't get package URL"
PKGURL
=
$(
eget
--list
--latest
https://www.realvnc.com/en/connect/download/vnc/
"
$mask
"
)
||
fatal
"Can't get package URL"
epm
$repack
install
$PKGURL
play.d/realvnc-viewer.sh
View file @
372f83eb
...
...
@@ -32,6 +32,6 @@ case $pkgtype-$arch in
;;
esac
PKGURL
=
$(
eget
--list
--latest
https://www.realvnc.com/en/connect/download/viewer/
$PKG
)
||
fatal
"Can't get package URL"
PKGURL
=
$(
eget
--list
--latest
https://www.realvnc.com/en/connect/download/viewer/
"
$PKG
"
)
||
fatal
"Can't get package URL"
epm
$repack
install
$PKGURL
play.d/rpcs3.sh
View file @
372f83eb
...
...
@@ -10,6 +10,6 @@ URL="https://rpcs3.net/download"
file
=
"rpcs3-v
${
VERSION
}
-*-*_linux64.AppImage"
PKGURL
=
$(
eget
--list
--latest
https://github.com/RPCS3/rpcs3-binaries-linux/releases
$file
)
||
fatal
"Can't get package URL"
PKGURL
=
$(
eget
--list
--latest
https://github.com/RPCS3/rpcs3-binaries-linux/releases
"
$file
"
)
||
fatal
"Can't get package URL"
epm pack
--install
"
$PKGNAME
"
"
$PKGURL
"
play.d/rstudio.sh
View file @
372f83eb
...
...
@@ -41,6 +41,6 @@ case $(epm print info -e) in
esac
PKGMASK
=
"
$(
epm print constructname
$PKGNAME
"
$VERSION
"
$arch
$pkgtype
"-"
"-"
)
"
PKGURL
=
"
$(
eget
--list
https://www.rstudio.com/products/rstudio/download/
$PKGMASK
|
grep
$PKGFILTER
)
"
||
fatal
"Can't get package URL"
PKGURL
=
"
$(
eget
--list
https://www.rstudio.com/products/rstudio/download/
"
$PKGMASK
"
|
grep
"
$PKGFILTER
"
)
"
||
fatal
"Can't get package URL"
epm
install
$repack
"
$PKGURL
"
play.d/slack.sh
View file @
372f83eb
...
...
@@ -11,8 +11,8 @@ URL="https://slack.com"
arch
=
x86_64
pkgtype
=
rpm
PKGMASK
=
"
$(
epm print constructname
$PKGNAME
"
$VERSION
"
$arch
$pkgtype
)
"
PKGURL
=
"
$(
eget
--list
--latest
https://slack.com/downloads/instructions/fedora
$PKGMASK
)
"
||
fatal
"Can't get package URL"
mask
=
"
$(
epm print constructname
$PKGNAME
"
$VERSION
"
$arch
$pkgtype
)
"
PKGURL
=
"
$(
eget
--list
--latest
https://slack.com/downloads/instructions/fedora
"
$mask
"
)
"
||
fatal
"Can't get package URL"
[
-n
"
$PKGURL
"
]
||
fatal
"Can't get package URL"
epm
install
--repack
"
$PKGURL
"
play.d/ungoogled-chromium.sh
View file @
372f83eb
...
...
@@ -15,6 +15,6 @@ fi
[
"
$VERSION
"
!=
"*"
]
&&
VERSION
=
"
$VERSION
-1.1"
PKGURL
=
$(
eget
--list
--latest
https://github.com/clickot/ungoogled-chromium-binaries/releases
ungoogled-chromium_
${
VERSION
}
_linux.tar.xz
)
||
fatal
"Can't get package URL"
PKGURL
=
$(
eget
--list
--latest
https://github.com/clickot/ungoogled-chromium-binaries/releases
"ungoogled-chromium_
${
VERSION
}
_linux.tar.xz"
)
||
fatal
"Can't get package URL"
epm
install
"
$PKGURL
"
play.d/vdhcoapp.sh
View file @
372f83eb
...
...
@@ -12,7 +12,7 @@ arch="$(epm print info -a)"
mask
=
"dhcoapp-noffmpeg-linux-
$arch
.deb"
PKGURL
=
$(
eget
--list
--latest
https://github.com/aclap-dev/vdhcoapp/releases/
$mask
)
||
fatal
"Can't get package URL"
PKGURL
=
$(
eget
--list
--latest
https://github.com/aclap-dev/vdhcoapp/releases/
"
$mask
"
)
||
fatal
"Can't get package URL"
repack
=
''
[
"
$(
epm print info
-s
)
"
=
"alt"
]
&&
repack
=
'--repack'
...
...
play.d/vinteo.desktop.sh
View file @
372f83eb
...
...
@@ -11,7 +11,7 @@ URL="https://vinteo.com"
arch
=
amd64
pkgtype
=
deb
[
"
$VERSION
"
=
"*"
]
&&
VERSION
=
"
$(
eget
--list
--latest
https://download.vinteo.com/VinteoClient/linux/3.
*
| xargs
basename
)
"
[
"
$VERSION
"
=
"*"
]
&&
VERSION
=
"
$(
eget
--list
--latest
"https://download.vinteo.com/VinteoClient/linux/3.*"
| xargs
basename
)
"
[
-n
"
$VERSION
"
]
||
fatal
"Can't get version"
# use rpm, but not for ALT
...
...
play.d/weasis.sh
View file @
372f83eb
...
...
@@ -11,6 +11,6 @@ URL="https://github.com/nroduit/Weasis"
arch
=
"
$(
epm print info
--debian-arch
)
"
file
=
"weasis_
$VERSION
-1_
$arch
.deb"
PKGURL
=
$(
eget
--list
--latest
https://github.com/nroduit/Weasis/releases
$file
)
||
fatal
"Can't get package URL"
PKGURL
=
$(
eget
--list
--latest
https://github.com/nroduit/Weasis/releases
"
$file
"
)
||
fatal
"Can't get package URL"
epm
install
"
$PKGURL
"
play.d/wing.sh
View file @
372f83eb
...
...
@@ -14,7 +14,7 @@ URL="https://wingware.com/"
BASEURL
=
"https://wingware.com/pub/wing-personal"
if
[
"
$VERSION
"
=
"*"
]
;
then
DIRVERSION
=
"
$(
eget
--list
--latest
$BASEURL
/10.
*
| xargs
basename
)
"
DIRVERSION
=
"
$(
eget
--list
--latest
"
$BASEURL
/10.*"
| xargs
basename
)
"
VERSION
=
"
$(
echo
$DIRVERSION
|
sed
-e
's|\.[0-9]$||'
)
"
else
# TODO: get full version from site
...
...
@@ -33,7 +33,7 @@ case $pkgtype in
;;
esac
PKGURL
=
"
$(
eget
--list
--latest
$BASEURL
/
$DIRVERSION
/
$mask
)
"
||
fatal
"Can't get package URL"
PKGURL
=
"
$(
eget
--list
--latest
$BASEURL
/
$DIRVERSION
/
"
$mask
"
)
"
||
fatal
"Can't get package URL"
#PKGURL="https://wingware.com/pub/wing-personal/$VERSION/$mask"
repack
=
''
...
...
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