summaryrefslogtreecommitdiff
path: root/sci-electronics/adms/adms-2.3.6.ebuild
diff options
context:
space:
mode:
authoreroen2018-03-13 15:36:59 +0100
committereroen2018-03-13 15:37:32 +0100
commit5cbc9748acc5c538bfc7bcfce307c50ed805f962 (patch)
treee2c260c4800dea7a8ef626b3a792adc6f7187722 /sci-electronics/adms/adms-2.3.6.ebuild
parent045bdffa13313887d8d6b63f1c88c5e5b389f54e (diff)
downloaderoen-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.ebuild18
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}"