void-packages/srcpkgs/spotify-tui/template

18 lines
503 B
Bash
Raw Normal View History

# Template file for 'spotify-tui'
pkgname=spotify-tui
2019-10-25 04:13:37 +02:00
version=0.7.5
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"
2019-10-25 04:13:37 +02:00
checksum=2f0d3c21363e693dd548685d9da217a942fb4475b16875c0479d3bd0b2574a07
post_install() {
vlicense LICENSE
}