18 lines
497 B
Bash
18 lines
497 B
Bash
# Template file for 'nudoku'
|
|
pkgname=nudoku
|
|
version=1.0.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake"
|
|
makedepends="ncurses-devel"
|
|
short_desc="Ncurses based sudoku game"
|
|
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/jubalh/nudoku"
|
|
distfiles="https://github.com/jubalh/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=80fb9996c28642920951c20cfd5ca6e370d75240255bc6f11067ae68b6e44eca
|
|
|
|
pre_configure() {
|
|
autoreconf -i
|
|
}
|