summaryrefslogtreecommitdiff
path: root/homebrew/soundpipe
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/soundpipe')
-rw-r--r--homebrew/soundpipe/.beer22
-rw-r--r--homebrew/soundpipe/.make.sh-auto3
-rw-r--r--homebrew/soundpipe/_metadata/description1
-rw-r--r--homebrew/soundpipe/_metadata/homepage1
-rw-r--r--homebrew/soundpipe/_metadata/name1
-rw-r--r--homebrew/soundpipe/_metadata/version1
-rwxr-xr-xhomebrew/soundpipe/download.sh1
7 files changed, 30 insertions, 0 deletions
diff --git a/homebrew/soundpipe/.beer b/homebrew/soundpipe/.beer
new file mode 100644
index 000000000..b6e68a8c6
--- /dev/null
+++ b/homebrew/soundpipe/.beer
@@ -0,0 +1,22 @@
+{
+ "name": "Soundpipe",
+ "description": "Lightweight music DSP library",
+ "url": "https://github.com/PaulBatchelor/soundpipe/archive/v1.7.0.tar.gz",
+ "mirror": null,
+ "homepage": "https://paulbatchelor.github.io/proj/soundpipe.html",
+ "depends": [
+ {
+ "depend": "libsndfile",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\", \"install\", \"PREFIX=#{prefix}\"",
+ "pkgshare.install \"examples\", \"test\""
+ ],
+ "version": "1.7.0",
+ "file": "soundpipe.rb"
+} \ No newline at end of file
diff --git a/homebrew/soundpipe/.make.sh-auto b/homebrew/soundpipe/.make.sh-auto
new file mode 100644
index 000000000..b7e17f17c
--- /dev/null
+++ b/homebrew/soundpipe/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+make DESTDIR=${PKG_DEST} install PREFIX=${PKG_TAPF}
+pkgshare.install "examples", "test"
diff --git a/homebrew/soundpipe/_metadata/description b/homebrew/soundpipe/_metadata/description
new file mode 100644
index 000000000..89d442616
--- /dev/null
+++ b/homebrew/soundpipe/_metadata/description
@@ -0,0 +1 @@
+Lightweight music DSP library
diff --git a/homebrew/soundpipe/_metadata/homepage b/homebrew/soundpipe/_metadata/homepage
new file mode 100644
index 000000000..f6ab70dc4
--- /dev/null
+++ b/homebrew/soundpipe/_metadata/homepage
@@ -0,0 +1 @@
+https://paulbatchelor.github.io/proj/soundpipe.html
diff --git a/homebrew/soundpipe/_metadata/name b/homebrew/soundpipe/_metadata/name
new file mode 100644
index 000000000..2b318137c
--- /dev/null
+++ b/homebrew/soundpipe/_metadata/name
@@ -0,0 +1 @@
+Soundpipe
diff --git a/homebrew/soundpipe/_metadata/version b/homebrew/soundpipe/_metadata/version
new file mode 100644
index 000000000..bd8bf882d
--- /dev/null
+++ b/homebrew/soundpipe/_metadata/version
@@ -0,0 +1 @@
+1.7.0
diff --git a/homebrew/soundpipe/download.sh b/homebrew/soundpipe/download.sh
new file mode 100755
index 000000000..7e0c9062b
--- /dev/null
+++ b/homebrew/soundpipe/download.sh
@@ -0,0 +1 @@
+wget https://github.com/PaulBatchelor/soundpipe/archive/v1.7.0.tar.gz \ No newline at end of file