summaryrefslogtreecommitdiff
path: root/homebrew/tmpwatch
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/tmpwatch')
-rw-r--r--homebrew/tmpwatch/.beer18
-rw-r--r--homebrew/tmpwatch/.make.sh-auto3
-rw-r--r--homebrew/tmpwatch/_metadata/description1
-rw-r--r--homebrew/tmpwatch/_metadata/homepage1
-rw-r--r--homebrew/tmpwatch/_metadata/name1
-rw-r--r--homebrew/tmpwatch/_metadata/version1
-rwxr-xr-xhomebrew/tmpwatch/download.sh1
7 files changed, 26 insertions, 0 deletions
diff --git a/homebrew/tmpwatch/.beer b/homebrew/tmpwatch/.beer
new file mode 100644
index 000000000..2aebfdc30
--- /dev/null
+++ b/homebrew/tmpwatch/.beer
@@ -0,0 +1,18 @@
+{
+ "name": "Tmpwatch",
+ "description": "Find and remove files not accessed in a specified time",
+ "url": "https://releases.pagure.org/tmpwatch/tmpwatch-2.11.tar.bz2",
+ "mirror": null,
+ "homepage": "https://pagure.io/tmpwatch",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "2.11",
+ "file": "tmpwatch.rb"
+} \ No newline at end of file
diff --git a/homebrew/tmpwatch/.make.sh-auto b/homebrew/tmpwatch/.make.sh-auto
new file mode 100644
index 000000000..557a9e0d1
--- /dev/null
+++ b/homebrew/tmpwatch/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+pkg:configure --disable-dependency-tracking
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/tmpwatch/_metadata/description b/homebrew/tmpwatch/_metadata/description
new file mode 100644
index 000000000..c94ba0595
--- /dev/null
+++ b/homebrew/tmpwatch/_metadata/description
@@ -0,0 +1 @@
+Find and remove files not accessed in a specified time
diff --git a/homebrew/tmpwatch/_metadata/homepage b/homebrew/tmpwatch/_metadata/homepage
new file mode 100644
index 000000000..5eb3e8b5d
--- /dev/null
+++ b/homebrew/tmpwatch/_metadata/homepage
@@ -0,0 +1 @@
+https://pagure.io/tmpwatch
diff --git a/homebrew/tmpwatch/_metadata/name b/homebrew/tmpwatch/_metadata/name
new file mode 100644
index 000000000..0f613821b
--- /dev/null
+++ b/homebrew/tmpwatch/_metadata/name
@@ -0,0 +1 @@
+Tmpwatch
diff --git a/homebrew/tmpwatch/_metadata/version b/homebrew/tmpwatch/_metadata/version
new file mode 100644
index 000000000..6a5fe6e89
--- /dev/null
+++ b/homebrew/tmpwatch/_metadata/version
@@ -0,0 +1 @@
+2.11
diff --git a/homebrew/tmpwatch/download.sh b/homebrew/tmpwatch/download.sh
new file mode 100755
index 000000000..ac4bcba06
--- /dev/null
+++ b/homebrew/tmpwatch/download.sh
@@ -0,0 +1 @@
+wget https://releases.pagure.org/tmpwatch/tmpwatch-2.11.tar.bz2 \ No newline at end of file