vp-build/srcpkgs/tty-solitaire/template

20 lines
530 B
Bash

# Template file for 'tty-solitaire'
pkgname=tty-solitaire
version=1.3.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=f2b80c8d5317e67db43c1dbf3b0f5f3dfea5e826c18744562615f1b1536ae433
CFLAGS="-fcommon"
post_install() {
vlicense LICENSE
}