New package: ncspot-0.11.2

This commit is contained in:
Omar Zeghouani 2021-10-17 10:38:19 +01:00 committed by classabbyamp
parent 2f82b3f7fc
commit e813f66e13
1 changed files with 18 additions and 0 deletions

18
srcpkgs/ncspot/template Normal file
View 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
}