void-packages/srcpkgs/spotify-tui/template
2020-02-13 06:54:41 +01:00

18 lines
539 B
Bash

# Template file for 'spotify-tui'
pkgname=spotify-tui
version=0.14.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=23f224b4a7c598bcebd7e43fe7204f7091247cf0d27c9a0ec903548e646b804d
post_install() {
vlicense LICENSE
}