Skip to content

Commit

Permalink
dev-util/creduce: Add a live ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Nov 2, 2016
1 parent ecdb7d9 commit 8a9eb91
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions dev-util/creduce/creduce-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="6"

EGIT_REPO_URI="https://github.com/csmith-project/creduce
git://github.com/csmith-project/creduce"

inherit autotools git-r3

DESCRIPTION="C-Reduce - a plugin-based C program reducer"
HOMEPAGE="http://embed.cs.utah.edu/creduce/"
SRC_URI=""

LICENSE="creduce"
SLOT="0"
KEYWORDS=""
IUSE=""

COMMON_DEPEND="
>=dev-lang/perl-5.10.0
>=sys-devel/clang-3.9:="
RDEPEND="${COMMON_DEPEND}
dev-perl/Benchmark-Timer
dev-perl/Exporter-Lite
dev-perl/File-Which
dev-perl/Getopt-Tabular
dev-perl/Regexp-Common
dev-perl/Sys-CPU
dev-util/astyle
dev-util/indent"
DEPEND="${COMMON_DEPEND}"

src_prepare() {
default
eautoreconf
}

0 comments on commit 8a9eb91

Please sign in to comment.