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
fde2ccad
Commit
fde2ccad
authored
Apr 08, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play pstube: enable, fix downloading latest version
parent
74a7a9ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
pstube.sh
play.d/pstube.sh
+7
-3
No files found.
play.d/pstube.sh
View file @
fde2ccad
#!/bin/sh
PKGNAME
=
pstube
-linux
PKGNAME
=
pstube
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
# is not supported
DESCRIPTION
=
''
#"PsTube (formerly FluTube) - Watch and download videos without ads. From the official site"
DESCRIPTION
=
"PsTube (formerly FluTube) - Watch and download videos without ads. From the official site"
URL
=
"https://github.com/prateekmedia/pstube"
.
$(
dirname
$0
)
/common.sh
...
...
@@ -21,9 +20,14 @@ esac
[
"
$VERSION
"
=
"*"
]
&&
VERSION
=
"[0-9]*"
if
!
is_glibc_enough 2.34
;
then
fatal
"glibc is too old"
fi
arch
=
x86_64
# https://github.com/prateekmedia/pstube/releases/download/2.6.0/pstube-linux-2.6.0-x86_64.rpm
# https://github.com/prateekmedia/pstube/releases/download/2.6.0/pstube-linux-2.6.0-x86_64.deb
# https://github.com/prateekmedia/pstube/releases/download/3.0.0-beta/pstube-3.0.0-beta-linux-x86_64.rpm
PKGURL
=
$(
eget
--list
--latest
https://github.com/prateekmedia/pstube/releases
"
$PKGNAME
-
$VERSION
-
$arch
.
$pkgtype
"
)
install_pkgurl
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