From 301f922393ee058da10e3076a70b867f613ab222 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Tue, 8 Oct 2019 11:13:46 -0500 Subject: [PATCH] New package: spotify-tui-0.4.0 Closes #15219. --- srcpkgs/spotify-tui/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/spotify-tui/template diff --git a/srcpkgs/spotify-tui/template b/srcpkgs/spotify-tui/template new file mode 100644 index 00000000000..1a67e8a2e62 --- /dev/null +++ b/srcpkgs/spotify-tui/template @@ -0,0 +1,17 @@ +# Template file for 'spotify-tui' +pkgname=spotify-tui +version=0.4.0 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +makedepends="libressl-devel" +short_desc="Spotify for the terminal" +maintainer="Andrew Benson " +license="MIT" +homepage="https://github.com/Rigellute/spotify-tui" +distfiles="https://github.com/Rigellute/spotify-tui/archive/v${version}.tar.gz" +checksum=89a43b2a95b94e3e24609baf9f4e4c91556817bb4c1ad7e47ce9a10255a6c6bd + +post_install() { + vlicense LICENSE +}