New package: spotify-tui-0.4.0

Closes #15219.
This commit is contained in:
Andrew Benson 2019-10-08 11:13:46 -05:00 committed by Helmut Pozimski
parent 548ac90efa
commit 84667a4210
1 changed files with 17 additions and 0 deletions

View File

@ -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 <abenson+void@gmail.com>"
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
}