summaryrefslogtreecommitdiff
path: root/homebrew/qcachegrind
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/qcachegrind')
-rw-r--r--homebrew/qcachegrind/.beer30
-rw-r--r--homebrew/qcachegrind/.make.sh-auto6
-rw-r--r--homebrew/qcachegrind/_metadata/description1
-rw-r--r--homebrew/qcachegrind/_metadata/homepage1
-rw-r--r--homebrew/qcachegrind/_metadata/name1
-rw-r--r--homebrew/qcachegrind/_metadata/version1
-rwxr-xr-xhomebrew/qcachegrind/download.sh1
7 files changed, 41 insertions, 0 deletions
diff --git a/homebrew/qcachegrind/.beer b/homebrew/qcachegrind/.beer
new file mode 100644
index 000000000..0a7fe1c74
--- /dev/null
+++ b/homebrew/qcachegrind/.beer
@@ -0,0 +1,30 @@
+{
+ "name": "Qcachegrind",
+ "description": "Visualize data generated by Cachegrind and Calltree",
+ "url": "https://download.kde.org/stable/applications/18.04.3/src/kcachegrind-18.04.3.tar.xz",
+ "mirror": null,
+ "homepage": "https://kcachegrind.github.io/",
+ "depends": [
+ {
+ "depend": "graphviz",
+ "build-depend": false
+ },
+ {
+ "depend": "qt",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "cd \"qcachegrind\" do",
+ "system \"#{Formula[\"qt\"].opt_bin}/qmake\", \"-spec\", \"macx-clang\",",
+ "\"-config\", \"release\"",
+ "system \"make\"",
+ "prefix.install \"qcachegrind.app\"",
+ "bin.install_symlink prefix/\"qcachegrind.app/Contents/MacOS/qcachegrind\""
+ ],
+ "version": "18.04.3",
+ "file": "qcachegrind.rb"
+} \ No newline at end of file
diff --git a/homebrew/qcachegrind/.make.sh-auto b/homebrew/qcachegrind/.make.sh-auto
new file mode 100644
index 000000000..fc48f5e95
--- /dev/null
+++ b/homebrew/qcachegrind/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+cd "qcachegrind"
+#{Formula[qt"].opt_bin}/qmake" -spec macx-clang -config release
+make
+prefix.install "qcachegrind.app"
+bin.install_symlink prefix/"qcachegrind.app/Contents/MacOS/qcachegrind"
diff --git a/homebrew/qcachegrind/_metadata/description b/homebrew/qcachegrind/_metadata/description
new file mode 100644
index 000000000..a11797949
--- /dev/null
+++ b/homebrew/qcachegrind/_metadata/description
@@ -0,0 +1 @@
+Visualize data generated by Cachegrind and Calltree
diff --git a/homebrew/qcachegrind/_metadata/homepage b/homebrew/qcachegrind/_metadata/homepage
new file mode 100644
index 000000000..8e58091a3
--- /dev/null
+++ b/homebrew/qcachegrind/_metadata/homepage
@@ -0,0 +1 @@
+https://kcachegrind.github.io/
diff --git a/homebrew/qcachegrind/_metadata/name b/homebrew/qcachegrind/_metadata/name
new file mode 100644
index 000000000..d478689e6
--- /dev/null
+++ b/homebrew/qcachegrind/_metadata/name
@@ -0,0 +1 @@
+Qcachegrind
diff --git a/homebrew/qcachegrind/_metadata/version b/homebrew/qcachegrind/_metadata/version
new file mode 100644
index 000000000..a08f2a154
--- /dev/null
+++ b/homebrew/qcachegrind/_metadata/version
@@ -0,0 +1 @@
+18.04.3
diff --git a/homebrew/qcachegrind/download.sh b/homebrew/qcachegrind/download.sh
new file mode 100755
index 000000000..99a59abcb
--- /dev/null
+++ b/homebrew/qcachegrind/download.sh
@@ -0,0 +1 @@
+wget https://download.kde.org/stable/applications/18.04.3/src/kcachegrind-18.04.3.tar.xz \ No newline at end of file