void-packages/srcpkgs/spotify-tui/template
2020-04-25 11:53:08 +00:00

17 lines
539 B
Bash

# Template file for 'spotify-tui'
pkgname=spotify-tui
version=0.18.0
revision=1
build_style=cargo
hostmakedepends="pkg-config python3"
makedepends="libressl-devel python3-devel libxcb-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=340060e6fb353081b8d0a93bd66285b34adef4dc516eea8c3f96d32639235098
post_install() {
vlicense LICENSE
}