mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
New package: spotify-player-0.14.0
This commit is contained in:
parent
9321ea4c8d
commit
18c2b327a4
1 changed files with 18 additions and 0 deletions
18
srcpkgs/spotify-player/template
Normal file
18
srcpkgs/spotify-player/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'spotify-player'
|
||||
pkgname=spotify-player
|
||||
version=0.14.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
make_install_args="--path spotify_player"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="openssl-devel alsa-lib-devel dbus-devel"
|
||||
short_desc="Command driven spotify player"
|
||||
maintainer="Thang Pham <phamducthang1234@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/aome510/spotify-player"
|
||||
distfiles="https://github.com/aome510/spotify-player/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=3cb80919faacc0b50537b6161a464a27818b3fbf916f44e47290cf9bab7bf490
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue