void-packages/srcpkgs/spotify-tui/template
travankor 0d4ae649a5 spotify-tui: rebuild with rust 1.41.1.
Fix bound checks.
[ci skip]
2020-03-02 10:53:34 +01:00

17 lines
539 B
Bash

# Template file for 'spotify-tui'
pkgname=spotify-tui
version=0.15.0
revision=2
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=f95badeab78e463471e9f2781b11351a9519ea4f3380b70df2aaee4e6a3664d4
post_install() {
vlicense LICENSE
}