New package: nudoku-1.0.0
This commit is contained in:
parent
c8f1ab253a
commit
68efbd473c
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue