From 2a095809c518ab42e5659344cb54f8a8e89ae483 Mon Sep 17 00:00:00 2001 From: Nicola Smaniotto Date: Sun, 9 Oct 2022 22:09:56 +0200 Subject: [PATCH] games-util/roll: new package, add 2.6.1 Signed-off-by: Nicola Smaniotto --- games-util/roll/Manifest | 1 + games-util/roll/roll-2.6.1.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 games-util/roll/Manifest create mode 100644 games-util/roll/roll-2.6.1.ebuild diff --git a/games-util/roll/Manifest b/games-util/roll/Manifest new file mode 100644 index 0000000000..856a4a9d58 --- /dev/null +++ b/games-util/roll/Manifest @@ -0,0 +1 @@ +DIST roll-2.6.1.tar.gz 160521 BLAKE2B 28ddfced7b3f06087c492345f7192024bd92ed8161cb7d2397f92a8d1fd1ed7814cb3e5c53b900e1d2be025b298c6f06a514e895cfaefe88de7dff62cec8945f SHA512 4a33264687f9b2acd6584574e59aa6b74efb0a01097ab35861bcd0356fa5e067a8b3890849db9cde4911794d55295dc82e82868b7c94f0258d34752af63e2dfd diff --git a/games-util/roll/roll-2.6.1.ebuild b/games-util/roll/roll-2.6.1.ebuild new file mode 100644 index 0000000000..0fcd5e2199 --- /dev/null +++ b/games-util/roll/roll-2.6.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Program to roll dices specified in a simple and intuitive way" +HOMEPAGE="http://matteocorti.github.io/roll/" +SRC_URI="https://github.com/matteocorti/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND=""