17 lines
503 B
Bash
17 lines
503 B
Bash
# Template file for 'spotify-tui'
|
|
pkgname=spotify-tui
|
|
version=0.9.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=e439ce84c777d429640d67768ca35761b0c7d29939691f113e2af895fb05aa9f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|