20 lines
578 B
Bash
20 lines
578 B
Bash
|
# Template file for 'tty-solitaire'
|
||
|
pkgname=tty-solitaire
|
||
|
version=1.1.0
|
||
|
revision=1
|
||
|
_commit=9cbfc95694dfde0f98eec7b313bb873e6a933f74
|
||
|
wrksrc="${pkgname}-${_commit}"
|
||
|
build_style=gnu-makefile
|
||
|
make_use_env=yes
|
||
|
makedepends="ncurses-devel"
|
||
|
short_desc="Play solitaire in your terminal"
|
||
|
maintainer="cr6git <quark6@protonmail.com>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/mpereira/tty-solitaire"
|
||
|
distfiles="https://github.com/mpereira/${pkgname}/archive/${_commit}.tar.gz"
|
||
|
checksum=900ed6d43e4dee35408d46b890e9c5a4b537d5db45b1e3206f3b6713c1f9113c
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|