19 lines
600 B
Bash
19 lines
600 B
Bash
|
# 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
|
||
|
}
|