summaryrefslogtreecommitdiff
path: root/homebrew/talloc
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/talloc')
-rw-r--r--homebrew/talloc/.beer20
-rw-r--r--homebrew/talloc/.make.sh-auto3
-rw-r--r--homebrew/talloc/_metadata/description1
-rw-r--r--homebrew/talloc/_metadata/homepage1
-rw-r--r--homebrew/talloc/_metadata/name1
-rw-r--r--homebrew/talloc/_metadata/version1
-rwxr-xr-xhomebrew/talloc/download.sh1
7 files changed, 28 insertions, 0 deletions
diff --git a/homebrew/talloc/.beer b/homebrew/talloc/.beer
new file mode 100644
index 000000000..f2b9071e5
--- /dev/null
+++ b/homebrew/talloc/.beer
@@ -0,0 +1,20 @@
+{
+ "name": "Talloc",
+ "description": "Hierarchical, reference-counted memory pool with destructors",
+ "url": "https://www.samba.org/ftp/talloc/talloc-2.1.14.tar.gz",
+ "mirror": null,
+ "homepage": "https://talloc.samba.org/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--prefix=#{prefix}\",",
+ "\"--disable-rpath\",",
+ "\"--without-gettext\",",
+ "\"--disable-python\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "2.1.14",
+ "file": "talloc.rb"
+} \ No newline at end of file
diff --git a/homebrew/talloc/.make.sh-auto b/homebrew/talloc/.make.sh-auto
new file mode 100644
index 000000000..21450e651
--- /dev/null
+++ b/homebrew/talloc/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+pkg:configure --disable-rpath --without-gettext --disable-python
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/talloc/_metadata/description b/homebrew/talloc/_metadata/description
new file mode 100644
index 000000000..d6c7c7dd5
--- /dev/null
+++ b/homebrew/talloc/_metadata/description
@@ -0,0 +1 @@
+Hierarchical, reference-counted memory pool with destructors
diff --git a/homebrew/talloc/_metadata/homepage b/homebrew/talloc/_metadata/homepage
new file mode 100644
index 000000000..03ee8e9d6
--- /dev/null
+++ b/homebrew/talloc/_metadata/homepage
@@ -0,0 +1 @@
+https://talloc.samba.org/
diff --git a/homebrew/talloc/_metadata/name b/homebrew/talloc/_metadata/name
new file mode 100644
index 000000000..4a33951ee
--- /dev/null
+++ b/homebrew/talloc/_metadata/name
@@ -0,0 +1 @@
+Talloc
diff --git a/homebrew/talloc/_metadata/version b/homebrew/talloc/_metadata/version
new file mode 100644
index 000000000..1b5105df4
--- /dev/null
+++ b/homebrew/talloc/_metadata/version
@@ -0,0 +1 @@
+2.1.14
diff --git a/homebrew/talloc/download.sh b/homebrew/talloc/download.sh
new file mode 100755
index 000000000..1fb598ad7
--- /dev/null
+++ b/homebrew/talloc/download.sh
@@ -0,0 +1 @@
+wget https://www.samba.org/ftp/talloc/talloc-2.1.14.tar.gz \ No newline at end of file