14 lines
459 B
Bash
14 lines
459 B
Bash
# 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"
|