sci-electronics/adms - 9999 (booboo)

Search

Install

Install this version:

emerge -a =sci-electronics/adms-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-electronics/adms-9999

Or alternatively:

emerge --autounmask-write -a =sci-electronics/adms-9999

Package Information

Description:
ADMS is a code generator for the Verilog-AMS language
Homepage:
https://github.com/Qucs/ADMS
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3

DESCRIPTION="ADMS is a code generator for the Verilog-AMS language"
HOMEPAGE="https://github.com/Qucs/ADMS"
EGIT_REPO_URI="https://github.com/Qucs/ADMS"
EGIT_BRANCH=develop

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""

RDEPEND="
	sys-devel/flex
	sys-devel/bison"
DEPEND="
	dev-perl/XML-LibXML
	$RDEPEND"

src_prepare() {
	default
	./bootstrap.sh
}

Inherited Eclasses

Dependencies

DEPEND

	dev-perl/XML-LibXML
	
	sys-devel/flex
	sys-devel/bison

RDEPEND

	sys-devel/flex
	sys-devel/bison