# Template file for 'tty-solitaire'
pkgname=tty-solitaire
version=1.4.1
revision=1
build_style=gnu-makefile
make_use_env=yes
makedepends="ncurses-devel"
short_desc="Play solitaire in your terminal"
maintainer="Glaulher <glaulher.developer@gmail.com>"
license="MIT"
homepage="https://github.com/mpereira/tty-solitaire"
distfiles="https://github.com/mpereira/tty-solitaire/archive/v${version}.tar.gz"
checksum=8eb536a87f0586e1f057a3aa05256df34cbd92a3e22545d1df2f945e27d89db2

CFLAGS="-fcommon"

post_install() {
	vlicense LICENSE
}
