mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00

* chore: fill missing translations * chore: vscode filenesting * docs: Add meenbeese (#713) * CircleCI Commit * cd: updated circle ci build config * cd: use custom flutter installation * cd: use ubuntu 22.04 * cd: fix project var syntax * cd: directly echo secrets to .env file * cd: export bash env * cd: they I'm stupid * cd: ugghh breaking flutter changes on every major version * cd: add other empty keys to .env * cd: works!!! * cd: store artifacts * cd: add other package formats in circle ci build * cd: add pub cache path * cd: remove dart run from flutter_distributor * cd: add appimage installer * cd: sudo * cd: appimagetool in path * cd: use aarch64 binary of appimagetool * cd: add rpmbuild deps * cd: fix rpm arch * cd: add github release upload capability * cd: enable github creds context * cd: remove token * cd: remove parallelism * cd: why typo??! * cd: add github action to trigger Circle CI pipeline * cd: trigger CCI using curl * cd: remove quotes from bool field * cd: ain't no * cd: poor choice --------- Co-authored-by: meenbeese <meenbeese@tutanota.com>
30 lines
530 B
YAML
30 lines
530 B
YAML
icon: assets/spotube-logo.png
|
|
summary: Lightweight cross-platform Spotify desktop client
|
|
group: Applications/Multimedia
|
|
vendor: Kingkor Roy Tirtho
|
|
packager: Kingkor Roy Tirtho
|
|
packagerEmail: krtirtho@gmail.com
|
|
license: BSD-4-Clause
|
|
url: https://github.com/KRTirtho/spotube
|
|
requires:
|
|
- mpv
|
|
- libappindicator
|
|
- jsoncpp
|
|
- libsecret
|
|
- libnotify
|
|
|
|
display_name: Spotube
|
|
|
|
keywords:
|
|
- Music
|
|
- Spotify
|
|
- Media
|
|
- Streaming
|
|
- YouTube
|
|
|
|
generic_name: Music Streaming Application
|
|
categories:
|
|
- Music
|
|
|
|
startup_notify: true
|