summaryrefslogtreecommitdiff
path: root/homebrew/osspuuid
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/osspuuid')
-rw-r--r--homebrew/osspuuid/.beer19
-rw-r--r--homebrew/osspuuid/.make.sh-auto5
-rw-r--r--homebrew/osspuuid/_metadata/description1
-rw-r--r--homebrew/osspuuid/_metadata/homepage1
-rw-r--r--homebrew/osspuuid/_metadata/name1
-rw-r--r--homebrew/osspuuid/_metadata/version1
-rwxr-xr-xhomebrew/osspuuid/download.sh1
7 files changed, 29 insertions, 0 deletions
diff --git a/homebrew/osspuuid/.beer b/homebrew/osspuuid/.beer
new file mode 100644
index 000000000..5705df292
--- /dev/null
+++ b/homebrew/osspuuid/.beer
@@ -0,0 +1,19 @@
+{
+ "name": "OsspUuid",
+ "description": "ISO-C API and CLI for generating UUIDs",
+ "url": "https://deb.debian.org/debian/pool/main/o/ossp-uuid/ossp-uuid_1.6.2.orig.tar.gz",
+ "mirror": null,
+ "homepage": "https://web.archive.org/web/www.ossp.org/pkg/lib/uuid/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "inreplace \"uuid.pc.in\" do |s|",
+ "s.gsub! /^(exec_prefix)=\\$\\{prefix\\}$/, '\\1=@\\1@'",
+ "s.gsub! %r{^(includedir)=\\$\\{prefix\\}/include$}, '\\1=@\\1@'",
+ "s.gsub! %r{^(libdir)=\\$\\{exec_prefix\\}/lib$}, '\\1=@\\1@'"
+ ],
+ "version": "1.6.2",
+ "file": "ossp-uuid.rb"
+} \ No newline at end of file
diff --git a/homebrew/osspuuid/.make.sh-auto b/homebrew/osspuuid/.make.sh-auto
new file mode 100644
index 000000000..a1bfd3177
--- /dev/null
+++ b/homebrew/osspuuid/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+inreplace "uuid.pc.in" do |s|
+s.gsub! /^(exec_prefix)=\$\{prefix\}$/, '\1=@\1@'
+s.gsub! %r{^(includedir)=\$\{prefix\}/include$}, '\1=@\1@'
+s.gsub! %r{^(libdir)=\$\{exec_prefix\}/lib$}, '\1=@\1@'
diff --git a/homebrew/osspuuid/_metadata/description b/homebrew/osspuuid/_metadata/description
new file mode 100644
index 000000000..0020ea380
--- /dev/null
+++ b/homebrew/osspuuid/_metadata/description
@@ -0,0 +1 @@
+ISO-C API and CLI for generating UUIDs
diff --git a/homebrew/osspuuid/_metadata/homepage b/homebrew/osspuuid/_metadata/homepage
new file mode 100644
index 000000000..6db704bd9
--- /dev/null
+++ b/homebrew/osspuuid/_metadata/homepage
@@ -0,0 +1 @@
+https://web.archive.org/web/www.ossp.org/pkg/lib/uuid/
diff --git a/homebrew/osspuuid/_metadata/name b/homebrew/osspuuid/_metadata/name
new file mode 100644
index 000000000..41c7f2940
--- /dev/null
+++ b/homebrew/osspuuid/_metadata/name
@@ -0,0 +1 @@
+OsspUuid
diff --git a/homebrew/osspuuid/_metadata/version b/homebrew/osspuuid/_metadata/version
new file mode 100644
index 000000000..fdd3be6df
--- /dev/null
+++ b/homebrew/osspuuid/_metadata/version
@@ -0,0 +1 @@
+1.6.2
diff --git a/homebrew/osspuuid/download.sh b/homebrew/osspuuid/download.sh
new file mode 100755
index 000000000..ab3c7c7fd
--- /dev/null
+++ b/homebrew/osspuuid/download.sh
@@ -0,0 +1 @@
+wget https://deb.debian.org/debian/pool/main/o/ossp-uuid/ossp-uuid_1.6.2.orig.tar.gz \ No newline at end of file