summaryrefslogtreecommitdiff
path: root/sci-electronics/adms/adms-2.3.6.ebuild
diff options
context:
space:
mode:
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}"