mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: ncspot-0.11.2
This commit is contained in:
parent
2f82b3f7fc
commit
e813f66e13
1 changed files with 18 additions and 0 deletions
18
srcpkgs/ncspot/template
Normal file
18
srcpkgs/ncspot/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'ncspot'
|
||||||
|
pkgname=ncspot
|
||||||
|
version=0.11.2
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
configure_args="--features alsa_backend,cover"
|
||||||
|
hostmakedepends="pkg-config python3"
|
||||||
|
makedepends="openssl-devel dbus-devel pulseaudio-devel alsa-lib-devel"
|
||||||
|
short_desc="Cross-platform ncurses Spotify client"
|
||||||
|
maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
|
||||||
|
license="BSD-2-Clause"
|
||||||
|
homepage="https://github.com/hrkfdn/ncspot"
|
||||||
|
distfiles="https://github.com/hrkfdn/ncspot/archive/v${version}.tar.gz"
|
||||||
|
checksum=0fd9696e13912b906605e9972bf3b2a8a68688cce17478353713550801c94fab
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue