summaryrefslogtreecommitdiff
path: root/homebrew/clamz
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-20 20:49:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-23 20:18:47 -0500
commit12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch)
tree352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/clamz
parenta2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff)
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
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