# Copyright 2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit autotools

DESCRIPTION="Debugger for zsh"
HOMEPAGE="http://rocky.github.io/zshdb/"
SRC_URI="mirror://sourceforge/bashdb/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="app-shells/zsh"
DEPEND="${RDEPEND}"

src_prepare() {
	eautoreconf
}