summaryrefslogtreecommitdiff
path: root/homebrew/systemc
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/systemc')
-rw-r--r--homebrew/systemc/.beer21
-rw-r--r--homebrew/systemc/.make.sh-auto3
-rw-r--r--homebrew/systemc/_metadata/description1
-rw-r--r--homebrew/systemc/_metadata/homepage1
-rw-r--r--homebrew/systemc/_metadata/name1
-rw-r--r--homebrew/systemc/_metadata/version1
-rwxr-xr-xhomebrew/systemc/download.sh1
7 files changed, 29 insertions, 0 deletions
diff --git a/homebrew/systemc/.beer b/homebrew/systemc/.beer
new file mode 100644
index 000000000..962a79631
--- /dev/null
+++ b/homebrew/systemc/.beer
@@ -0,0 +1,21 @@
+{
+ "name": "Systemc",
+ "description": "Core SystemC language and examples",
+ "url": "https://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://accellera.org/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-debug\",",
+ "\"--disable-dependency-tracking\",",
+ "\"--disable-silent-rules\",",
+ "\"--with-arch-suffix=\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "2.3.2",
+ "file": "systemc.rb"
+} \ No newline at end of file
diff --git a/homebrew/systemc/.make.sh-auto b/homebrew/systemc/.make.sh-auto
new file mode 100644
index 000000000..622b3b52f
--- /dev/null
+++ b/homebrew/systemc/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+pkg:configure --disable-dependency-tracking --disable-silent-rules --with-arch-suffix=
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/systemc/_metadata/description b/homebrew/systemc/_metadata/description
new file mode 100644
index 000000000..5a93c398e
--- /dev/null
+++ b/homebrew/systemc/_metadata/description
@@ -0,0 +1 @@
+Core SystemC language and examples
diff --git a/homebrew/systemc/_metadata/homepage b/homebrew/systemc/_metadata/homepage
new file mode 100644
index 000000000..867b65133
--- /dev/null
+++ b/homebrew/systemc/_metadata/homepage
@@ -0,0 +1 @@
+https://accellera.org/
diff --git a/homebrew/systemc/_metadata/name b/homebrew/systemc/_metadata/name
new file mode 100644
index 000000000..0d1d824eb
--- /dev/null
+++ b/homebrew/systemc/_metadata/name
@@ -0,0 +1 @@
+Systemc
diff --git a/homebrew/systemc/_metadata/version b/homebrew/systemc/_metadata/version
new file mode 100644
index 000000000..f90b1afc0
--- /dev/null
+++ b/homebrew/systemc/_metadata/version
@@ -0,0 +1 @@
+2.3.2
diff --git a/homebrew/systemc/download.sh b/homebrew/systemc/download.sh
new file mode 100755
index 000000000..3783fc0f6
--- /dev/null
+++ b/homebrew/systemc/download.sh
@@ -0,0 +1 @@
+wget https://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.2.tar.gz \ No newline at end of file