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
b3dd49cf
Commit
b3dd49cf
authored
Jul 12, 2024
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Nov 09, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add persepolis (eterbug #17504)
parent
7afe4d53
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
persepolis.sh
play.d/persepolis.sh
+17
-0
persepolis.sh
repack.d/persepolis.sh
+11
-0
No files found.
play.d/persepolis.sh
0 → 100755
View file @
b3dd49cf
#!/bin/sh
PKGNAME
=
persepolis
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
'is a download manager & a GUI for Aria2'
URL
=
"https://persepolisdm.github.io/"
.
$(
dirname
$0
)
/common.sh
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
$(
get_github_version
"https://github.com/persepolisdm/persepolis/"
"
${
PKGNAME
}
_.
${
VERSION
}
_all.deb"
)
else
PKGURL
=
"https://github.com/persepolisdm/persepolis/releases/download/
$VERSION
/
${
PKGNAME
}
_
${
VERSION
}
_all.deb"
fi
install_pkgurl
repack.d/persepolis.sh
0 → 100755
View file @
b3dd49cf
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
add_requires
'python3(sqlite3)'
'python3(requests)'
'python3(PyQt5)'
'/usr/bin/aria2c'
add_libs_requires
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