mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
dev-ml/crowbar: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-ml/crowbar/Manifest
Normal file
1
dev-ml/crowbar/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST crowbar-0.2.1.tar.gz 16921 BLAKE2B 374980856366dcee94b61705057e475709e7c939655831ea62d0bfaec885875ec329c1c9a2b629123fe452efb2b3bb1324e0e05e3926d641beef44029713dc1c SHA512 7c148143412766f8a65d001f833d859235acb008c4f0403753fdc6ef6d5f5933b6213ecca326bf1edc3a43405c755975d8ab4e4459f90ee5088678592eae3e43
|
||||
34
dev-ml/crowbar/crowbar-0.2.1.ebuild
Normal file
34
dev-ml/crowbar/crowbar-0.2.1.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 2020-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dune
|
||||
|
||||
DESCRIPTION="Write tests, let a fuzzer find failing cases"
|
||||
HOMEPAGE="https://github.com/stedolan/crowbar"
|
||||
SRC_URI="https://github.com/stedolan/crowbar/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt test"
|
||||
|
||||
RDEPEND="
|
||||
dev-ml/afl-persistent:=
|
||||
>=dev-ml/cmdliner-1.1.0:=
|
||||
dev-ml/ocplib-endian:=
|
||||
"
|
||||
DEPEND="
|
||||
${DEPEND}
|
||||
test? (
|
||||
dev-ml/calendar
|
||||
dev-ml/fpath
|
||||
dev-ml/pprint
|
||||
dev-ml/uucp
|
||||
dev-ml/uunf
|
||||
dev-ml/uutf
|
||||
)
|
||||
"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
12
dev-ml/crowbar/metadata.xml
Normal file
12
dev-ml/crowbar/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">stedolan/crowbar</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user