18 lines
503 B
Bash
18 lines
503 B
Bash
# Template file for 'spotify-tui'
|
|
pkgname=spotify-tui
|
|
version=0.8.0
|
|
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"
|
|
checksum=0839d688e40d9c2ad435924785a375b976f51d44a101e71b3a8c49dc7d4c8bbc
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|