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
46003c14
Commit
46003c14
authored
Apr 19, 2024
by
Maxim Slipenko
Committed by
Vitaly Lipatov
Apr 22, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add Trezor Suite
parent
56bcb70a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
0 deletions
+44
-0
trezor-suite.sh
play.d/trezor-suite.sh
+26
-0
Trezor-Suite.sh
repack.d/Trezor-Suite.sh
+18
-0
No files found.
play.d/trezor-suite.sh
0 → 100644
View file @
46003c14
#!/bin/sh
PKGNAME
=
Trezor-Suite
SUPPORTEDARCHES
=
"x86_64 aarch64"
VERSION
=
"
$2
"
DESCRIPTION
=
"Management software for Trezor hardware cryptocurrency wallets"
URL
=
"https://github.com/trezor/trezor-suite/releases"
.
$(
dirname
$0
)
/common.sh
arch
=
"
$(
epm print info
-a
)
"
case
"
$arch
"
in
x86_64
)
arch
=
x86_64
;;
aarch64
)
arch
=
arm64
;;
*
)
fatal
"
$arch
arch is not supported"
;;
esac
PKGURL
=
$(
eget
--list
--latest
$URL
$(
epm print constructname Trezor-Suite
"
$VERSION
"
linux-
$arch
AppImage
"-"
"-"
))
install_pkgurl
repack.d/Trezor-Suite.sh
0 → 100644
View file @
46003c14
#!/bin/sh -x
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCT
=
Trezor-Suite
PRODUCTDIR
=
/opt/
$PRODUCT
.
$(
dirname
$0
)
/common.sh
subst
"s|^License: unknown
$|
License: T-RSL|"
$SPEC
subst
"s|^Summary:.*|Summary: Management software for Trezor hardware cryptocurrency wallets|"
$SPEC
epm tool eget
-O
- https://data.trezor.io/udev/51-trezor.rules | create_file /etc/udev/rules.d/51-trezor.rules
ignore_lib_requires liblog.so libm.so libdl.so libc.so libc++_shared.so libc.musl-x86_64.so.1
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