void-packages/srcpkgs/spotify-tui/template
2020-05-06 17:15:15 -05:00

19 lines
597 B
Bash

# Template file for 'spotify-tui'
pkgname=spotify-tui
version=0.19.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=eb2c8e8cb5f7778755589eebab91118be6eaa33a2289b058007af11666bffb84
post_install() {
mv ${DESTDIR}/usr/bin/spt ${DESTDIR}/usr/bin/spotify-tui
vlicense LICENSE
}