# Template file for 'chess-tui'
pkgname=chess-tui
version=2.7.1
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-devel alsa-lib-devel"
short_desc="Play chess from your terminal"
maintainer="Dora 'cat' <cat@thenight.club>"
license="MIT"
homepage="https://thomas-mauran.github.io/chess-tui/"
changelog="https://github.com/thomas-mauran/chess-tui/releases"
distfiles="https://github.com/thomas-mauran/chess-tui/archive/refs/tags/${version}.tar.gz"
checksum=471b6280c8aa0979956b85d54dfd216855a47f8517a9a1d3e5286e4044adaac5

post_install() {
	vlicense LICENSE
	vdoc README.md
}
