mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
dev-ml/randomconv: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
parent
427193568d
commit
56d4ab6b4a
1
dev-ml/randomconv/Manifest
Normal file
1
dev-ml/randomconv/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST randomconv-v0.1.3.tbz 2385 BLAKE2B 788fcb8ba45854d11fc556b2e17b97b6701b38bfe876fbe139dca7a693af2f2c3b11f6a4f0120455772ceaf5161d94d26aab40aa395f515a75fd9da19745044d SHA512 f5186f7669a6b1b943442fdcfcdb37cf6c8199a1c644ed815f351f50428b9b7e1e5408ff4a0fcdfb093451b5237e48602af60f87a1b93e49897576c8aa2cd23f
|
12
dev-ml/randomconv/metadata.xml
Normal file
12
dev-ml/randomconv/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">hannesm/randomconv</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
21
dev-ml/randomconv/randomconv-0.1.3.ebuild
Normal file
21
dev-ml/randomconv/randomconv-0.1.3.ebuild
Normal file
@ -0,0 +1,21 @@
|
||||
# Copyright 2020-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dune
|
||||
|
||||
MY_P="${PN}-v${PV}"
|
||||
|
||||
DESCRIPTION="Convert from random bytes to random native numbers"
|
||||
HOMEPAGE="https://github.com/hannesm/randomconv"
|
||||
SRC_URI="https://github.com/hannesm/${PN}/releases/download/v${PV}/${MY_P}.tbz"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt"
|
||||
|
||||
RDEPEND="dev-ml/cstruct"
|
||||
DEPEND="${DEPEND}"
|
Loading…
x
Reference in New Issue
Block a user