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
Vladislav
eepm
Commits
855ab053
Commit
855ab053
authored
1 year ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play yandexmusic: add armh support
parent
e13eab59
master
3.60.13
3.60.12
3.60.11
3.60.10
3.60.9
3.60.8
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
yandexmusic.sh
play.d/yandexmusic.sh
+4
-1
No files found.
play.d/yandexmusic.sh
100644 → 100755
View file @
855ab053
#!/bin/sh
PKGNAME
=
YandexMusic
SUPPORTEDARCHES
=
"x86_64 aarch64"
SUPPORTEDARCHES
=
"x86_64 aarch64
armhf
"
VERSION
=
"
$2
"
DESCRIPTION
=
"Native Yandex Music client for Linux. Made with OSX/Windows beta client repacking"
URL
=
"https://github.com/cucumber-sp/yandex-music-linux/releases"
...
...
@@ -16,6 +16,9 @@ case "$arch" in
aarch64
)
arch
=
arm64
;;
armhf
)
arch
=
armhf
;;
*
)
fatal
"
$arch
arch is not supported"
;;
...
...
This diff is collapsed.
Click to expand it.
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