Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Package: ncspot-0.2.0. #23817

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 18 additions & 0 deletions srcpkgs/ncspot/template
@@ -0,0 +1,18 @@
# Template file for 'ncspot'
pkgname=ncspot
version=0.2.0
revision=1
build_style="cargo"
hostmakedepends="pkg-config"
makedepends="ncurses-devel dbus-devel xcb-util-renderutil-devel
libxcb-devel libressl-devel pulseaudio-devel"
short_desc="Spotify client written in Rust using librespot and ncurses"
maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
license="BSD-2-Clause"
homepage="https://github.com/hrkfdn/ncspot"
distfiles="https://github.com/hrkfdn/ncspot/archive/v${version}.tar.gz"
checksum="876553020e53b8bbf7dac1ddf18f69115d622b302506ce5dc1c3bac1b59ef39b"
nocross="ncurses exec format error"
post_install() {
vlicense ${wrksrc}/LICENSE "BSD-2-Clause"
}