From c096f0ecb9544db3ee0604c7cdc4984b0c63f877 Mon Sep 17 00:00:00 2001 From: ThatGeekyWeeb Date: Fri, 24 Jul 2020 15:38:13 -0400 Subject: [PATCH] New Package: ncs-spot-0.2.0. ncspot: having issues with 'hostmakedepends', curretnly, arm achs panic due to a ncurses error, porb a dep issue --- srcpkgs/ncspot/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/ncspot/template diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template new file mode 100644 index 00000000000..f1f88ecf95b --- /dev/null +++ b/srcpkgs/ncspot/template @@ -0,0 +1,17 @@ +# Template file for 'ncspot' +pkgname=ncspot +version=0.2.0 +revision=1 +build_style="cargo" +configure_args="--verbose" +hostmakedepends="pkg-config libxcb-devel libressl-devel python3" +makedepends="ncurses-devel python3 dbus-devel xcb-util-renderutil-devel libxcb-devel libressl-devel pulseaudio-devel pkg-config" +short_desc="Spotify client written in Rust using librespot and ncurses" +maintainer="ThatGeekyWeeb " +license="BSD-2-Clause" +homepage="https://github.com/hrkfdn/ncspot" +distfiles="https://github.com/hrkfdn/ncspot/archive/v${version}.tar.gz" +checksum="876553020e53b8bbf7dac1ddf18f69115d622b302506ce5dc1c3bac1b59ef39b" +post_install() { + vlicense ${wrksrc}/LICENSE "BSD-2-Clause" +}