mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
games-util/roll: new package, add 2.6.1
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
1
games-util/roll/Manifest
Normal file
1
games-util/roll/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST roll-2.6.1.tar.gz 160521 BLAKE2B 28ddfced7b3f06087c492345f7192024bd92ed8161cb7d2397f92a8d1fd1ed7814cb3e5c53b900e1d2be025b298c6f06a514e895cfaefe88de7dff62cec8945f SHA512 4a33264687f9b2acd6584574e59aa6b74efb0a01097ab35861bcd0356fa5e067a8b3890849db9cde4911794d55295dc82e82868b7c94f0258d34752af63e2dfd
|
||||
16
games-util/roll/roll-2.6.1.ebuild
Normal file
16
games-util/roll/roll-2.6.1.ebuild
Normal file
@@ -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=""
|
||||
Reference in New Issue
Block a user