20 lines
530 B
Bash
20 lines
530 B
Bash
# Template file for 'tty-solitaire'
|
|
pkgname=tty-solitaire
|
|
version=1.3.0
|
|
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=a270ee639e911a89add6a3c765b0548c9d762e0388c323807708d2509cfa64a0
|
|
|
|
CFLAGS="-fcommon"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|