From b12ef86fef285824931fe9b8baa26ffafc688e66 Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Mon, 6 Jul 2020 14:08:31 +0200 Subject: [PATCH] New package: ncspot-0.1.4 --- srcpkgs/ncspot/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/ncspot/template diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template new file mode 100644 index 00000000000..e6e8b9a12c0 --- /dev/null +++ b/srcpkgs/ncspot/template @@ -0,0 +1,19 @@ +# Template file for 'ncspot' +pkgname=ncspot +version=0.1.4 +revision=1 +build_style=cargo +hostmakedepends="pkg-config python3" +makedepends="pulseaudio-devel dbus-devel libressl-devel ncurses-devel" +depends="pulseaudio dbus libxcb libssl48 ncurses" +short_desc="Cross-platform ncurses Spotify client written in Rust" +maintainer="Rien Maertens " +archs="i686 x86_64 x86_64-musl" +license="BSD-2-Clause" +homepage="https://github.com/hrkfdn/ncspot/" +distfiles="https://github.com/hrkfdn/${pkgname}/archive/${version}.tar.gz" +checksum=bcc4026f51fe4be7351b6e6cd124a5fd4b3af8b6a58f23a0599ce5f34fc4416e + +post_install() { + vlicense LICENSE +}