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
24003120
Commit
24003120
authored
Mar 12, 2025
by
Ivan Mazhukin
Committed by
Vitaly Lipatov
Mar 12, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add tixati (eterbug #18121)
parent
212f84a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
0 deletions
+38
-0
tixati.sh
play.d/tixati.sh
+22
-0
tixati.sh
repack.d/tixati.sh
+16
-0
No files found.
play.d/tixati.sh
0 → 100755
View file @
24003120
#!/bin/sh
PKGNAME
=
tixati
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
'It is a New and Powerful P2P System'
URL
=
"https://tixati.com/"
.
$(
dirname
$0
)
/common.sh
case
"
$(
epm print info
-p
)
"
in
rpm
)
mask
=
"tixati-
${
VERSION
}
.x86_64.rpm"
;;
*
)
mask
=
"tixati_
${
VERSION
}
_amd64.deb"
;;
esac
PKGURL
=
"
$(
eget
--list
--latest
"https://download.tixati.com/"
"
$mask
"
)
"
install_pkgurl
repack.d/tixati.sh
0 → 100755
View file @
24003120
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCT
=
tixati
PRODUCTDIR
=
/opt/
$PRODUCT
.
$(
dirname
$0
)
/common.sh
move_to_opt /usr/bin
add_bin_exec_command
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