Skip to content

Commit

Permalink
games-puzzle/nudoku: New package, version 0.2.5
Browse files Browse the repository at this point in the history
nudoku is a sudoku games written in C with ncurses.

Closes: https://bugs.gentoo.org/647750
Closes: gentoo#7197
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
jubalh authored and a17r committed Feb 16, 2018
1 parent 4c4c1f3 commit 3881e91
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions games-puzzle/nudoku/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST nudoku-0.2.5.tar.gz 19401 BLAKE2B 49a9ec352428534404a7ba069d50f89b1a5362bffb00358871da664fdb9752d3a560066767830c8c0f6d9ff984ecfcc731d419cfb49e670a23a4279b107084fb SHA512 af3142f0b091590dd95e6ae87c79d1ee101934c89b7f31488f0930c7ba551aa50ab35f91ad13c3771e07b6f59c292ecef13367bd82c9892e6599438291cade14
15 changes: 15 additions & 0 deletions games-puzzle/nudoku/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Michael Vetter</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="github">jubalh/nudoku</remote-id>
</upstream>
</pkgmetadata>
26 changes: 26 additions & 0 deletions games-puzzle/nudoku/nudoku-0.2.5.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit autotools

DESCRIPTION="ncurses based sudoku game"
HOMEPAGE="http://jubalh.github.io/nudoku"
SRC_URI="https://github.com/jubalh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="sys-libs/ncurses:0="
RDEPEND="${DEPEND}"

src_prepare() {
default
eautoreconf
}

src_install() {
emake DESTDIR="${D}" install
}

0 comments on commit 3881e91

Please sign in to comment.