New package: nsnake-3.0.1. (#1255)
This commit is contained in:
parent
3e35f5cb54
commit
30904050e7
1 changed files with 14 additions and 0 deletions
14
srcpkgs/nSnake/template
Normal file
14
srcpkgs/nSnake/template
Normal 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"
|
Loading…
Reference in a new issue