summaryrefslogtreecommitdiff
path: root/homebrew/clamz
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/clamz')
-rw-r--r--homebrew/clamz/.beer26
-rw-r--r--homebrew/clamz/.make.sh-auto3
-rw-r--r--homebrew/clamz/_metadata/description1
-rw-r--r--homebrew/clamz/_metadata/homepage1
-rw-r--r--homebrew/clamz/_metadata/name1
-rw-r--r--homebrew/clamz/_metadata/version1
-rwxr-xr-xhomebrew/clamz/download.sh1
7 files changed, 34 insertions, 0 deletions
diff --git a/homebrew/clamz/.beer b/homebrew/clamz/.beer
new file mode 100644
index 000000000..2d136c6d0
--- /dev/null
+++ b/homebrew/clamz/.beer
@@ -0,0 +1,26 @@
+{
+ "name": "Clamz",
+ "description": "Download MP3 files from Amazon",
+ "url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/clamz/clamz-0.5.tar.gz",
+ "mirror": null,
+ "homepage": "https://code.google.com/archive/p/clamz/",
+ "depends": [
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "libgcrypt",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.5",
+ "file": "clamz.rb"
+} \ No newline at end of file
diff --git a/homebrew/clamz/.make.sh-auto b/homebrew/clamz/.make.sh-auto
new file mode 100644
index 000000000..abf08b27d
--- /dev/null
+++ b/homebrew/clamz/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+pkg:configure
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/clamz/_metadata/description b/homebrew/clamz/_metadata/description
new file mode 100644
index 000000000..29f46d7ed
--- /dev/null
+++ b/homebrew/clamz/_metadata/description
@@ -0,0 +1 @@
+Download MP3 files from Amazon
diff --git a/homebrew/clamz/_metadata/homepage b/homebrew/clamz/_metadata/homepage
new file mode 100644
index 000000000..aa46d23d2
--- /dev/null
+++ b/homebrew/clamz/_metadata/homepage
@@ -0,0 +1 @@
+https://code.google.com/archive/p/clamz/
diff --git a/homebrew/clamz/_metadata/name b/homebrew/clamz/_metadata/name
new file mode 100644
index 000000000..434ae4f96
--- /dev/null
+++ b/homebrew/clamz/_metadata/name
@@ -0,0 +1 @@
+Clamz
diff --git a/homebrew/clamz/_metadata/version b/homebrew/clamz/_metadata/version
new file mode 100644
index 000000000..2eb3c4fe4
--- /dev/null
+++ b/homebrew/clamz/_metadata/version
@@ -0,0 +1 @@
+0.5
diff --git a/homebrew/clamz/download.sh b/homebrew/clamz/download.sh
new file mode 100755
index 000000000..552546eed
--- /dev/null
+++ b/homebrew/clamz/download.sh
@@ -0,0 +1 @@
+wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/clamz/clamz-0.5.tar.gz \ No newline at end of file