diff options
| author | eroen | 2018-03-13 15:36:59 +0100 |
|---|---|---|
| committer | eroen | 2018-03-13 15:37:32 +0100 |
| commit | 5cbc9748acc5c538bfc7bcfce307c50ed805f962 (patch) | |
| tree | e2c260c4800dea7a8ef626b3a792adc6f7187722 /sci-electronics/adms/adms-2.3.6.ebuild | |
| parent | 045bdffa13313887d8d6b63f1c88c5e5b389f54e (diff) | |
| download | eroen-overlay-5cbc9748acc5c538bfc7bcfce307c50ed805f962.tar.gz eroen-overlay-5cbc9748acc5c538bfc7bcfce307c50ed805f962.tar.bz2 eroen-overlay-5cbc9748acc5c538bfc7bcfce307c50ed805f962.tar.xz | |
adms-2.3.6
needed for qucs
Diffstat (limited to 'sci-electronics/adms/adms-2.3.6.ebuild')
| -rw-r--r-- | sci-electronics/adms/adms-2.3.6.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-electronics/adms/adms-2.3.6.ebuild b/sci-electronics/adms/adms-2.3.6.ebuild new file mode 100644 index 00000000..f7ddb0dc --- /dev/null +++ b/sci-electronics/adms/adms-2.3.6.ebuild @@ -0,0 +1,18 @@ +# 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 + +DESCRIPTION="Code generator for the Verilog-AMS language" +HOMEPAGE="https://github.com/Qucs/ADMS" +SRC_URI="mirror://sourceforge/mot-adms/adms-$PV.tar.gz" +LICENSE="GPL-3+" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" |
