diff options
| author | eroen | 2018-03-13 15:36:59 +0100 |
|---|---|---|
| committer | eroen | 2018-03-13 15:37:32 +0100 |
| commit | 9dda9e4f2357002b5826a69d3f112693a526101c (patch) | |
| tree | 157175445cdd34365bec7a4ec6f2190fcfe8b7f8 /sci-electronics/ASCO/ASCO-0.4.10.ebuild | |
| parent | 5cbc9748acc5c538bfc7bcfce307c50ed805f962 (diff) | |
| download | eroen-overlay-9dda9e4f2357002b5826a69d3f112693a526101c.tar.gz eroen-overlay-9dda9e4f2357002b5826a69d3f112693a526101c.tar.bz2 eroen-overlay-9dda9e4f2357002b5826a69d3f112693a526101c.tar.xz | |
sci-electronics/ASCO
Needed for qucs
Diffstat (limited to 'sci-electronics/ASCO/ASCO-0.4.10.ebuild')
| -rw-r--r-- | sci-electronics/ASCO/ASCO-0.4.10.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-electronics/ASCO/ASCO-0.4.10.ebuild b/sci-electronics/ASCO/ASCO-0.4.10.ebuild new file mode 100644 index 00000000..062577f7 --- /dev/null +++ b/sci-electronics/ASCO/ASCO-0.4.10.ebuild @@ -0,0 +1,27 @@ +# By eroen <eroen-overlay@occam.eroen.eu>, 2018 +# Permission to use, copy, modify, and/or distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. + +EAPI=6 + +inherit eutils + +DESCRIPTION="A SPICE circuit optimizer" +HOMEPAGE="https://sourceforge.net/projects/asco" +SRC_URI="mirror://sourceforge/asco/ASCO-$PV.tar.gz" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_compile() { + emake asco +} + +src_install() { + dobin asco +} |
