New package: nsnake-3.0.1. (#1255)

This commit is contained in:
travankor 2018-07-31 01:22:13 -07:00 committed by cr6git
parent 3e35f5cb54
commit 30904050e7

14
srcpkgs/nSnake/template Normal file
View file

@ -0,0 +1,14 @@
# Template file for 'nsnake'
pkgname=nSnake
version=3.0.1
revision=1
build_style=gnu-makefile
makedepends="ncurses-devel"
short_desc="Classic snake game on the terminal"
maintainer="travankor <travankor@tuta.io>"
license="GPL-3.0-or-later"
homepage="https://github.com/alexdantas/nsnake"
distfiles="https://github.com/alexdantas/nsnake/archive/v${version}.tar.gz"
checksum=7240dafe35e17b01134591d7ae8f09f5a375cded8b01e43ba97ca3610a09ea61
LDFLAGS="-lncurses"