summaryrefslogtreecommitdiff
path: root/homebrew/osxutils
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/osxutils')
-rw-r--r--homebrew/osxutils/.beer17
-rw-r--r--homebrew/osxutils/.make.sh-auto3
-rw-r--r--homebrew/osxutils/_metadata/description1
-rw-r--r--homebrew/osxutils/_metadata/homepage1
-rw-r--r--homebrew/osxutils/_metadata/name1
-rw-r--r--homebrew/osxutils/_metadata/version1
-rwxr-xr-xhomebrew/osxutils/download.sh1
7 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/osxutils/.beer b/homebrew/osxutils/.beer
new file mode 100644
index 000000000..92b44c28f
--- /dev/null
+++ b/homebrew/osxutils/.beer
@@ -0,0 +1,17 @@
+{
+ "name": "Osxutils",
+ "description": "Collection of macOS command-line utilities",
+ "url": "https://github.com/specious/osxutils/archive/v1.9.0.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/specious/osxutils",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\"",
+ "system \"make\", \"PREFIX=#{prefix}\", \"install\""
+ ],
+ "version": "1.9.0",
+ "file": "osxutils.rb"
+} \ No newline at end of file
diff --git a/homebrew/osxutils/.make.sh-auto b/homebrew/osxutils/.make.sh-auto
new file mode 100644
index 000000000..9be350799
--- /dev/null
+++ b/homebrew/osxutils/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+make
+make PREFIX=${PKG_TAPF} DESTDIR=${PKG_DEST} install
diff --git a/homebrew/osxutils/_metadata/description b/homebrew/osxutils/_metadata/description
new file mode 100644
index 000000000..51435d390
--- /dev/null
+++ b/homebrew/osxutils/_metadata/description
@@ -0,0 +1 @@
+Collection of macOS command-line utilities
diff --git a/homebrew/osxutils/_metadata/homepage b/homebrew/osxutils/_metadata/homepage
new file mode 100644
index 000000000..546836d3c
--- /dev/null
+++ b/homebrew/osxutils/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/specious/osxutils
diff --git a/homebrew/osxutils/_metadata/name b/homebrew/osxutils/_metadata/name
new file mode 100644
index 000000000..862e338e1
--- /dev/null
+++ b/homebrew/osxutils/_metadata/name
@@ -0,0 +1 @@
+Osxutils
diff --git a/homebrew/osxutils/_metadata/version b/homebrew/osxutils/_metadata/version
new file mode 100644
index 000000000..f8e233b27
--- /dev/null
+++ b/homebrew/osxutils/_metadata/version
@@ -0,0 +1 @@
+1.9.0
diff --git a/homebrew/osxutils/download.sh b/homebrew/osxutils/download.sh
new file mode 100755
index 000000000..4360a3858
--- /dev/null
+++ b/homebrew/osxutils/download.sh
@@ -0,0 +1 @@
+wget https://github.com/specious/osxutils/archive/v1.9.0.tar.gz \ No newline at end of file