diff options
Diffstat (limited to 'homebrew/ctail')
-rw-r--r-- | homebrew/ctail/.beer | 48 | ||||
-rw-r--r-- | homebrew/ctail/.make.sh-auto | 4 | ||||
-rw-r--r-- | homebrew/ctail/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/ctail/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/ctail/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/ctail/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/ctail/download.sh | 1 |
7 files changed, 57 insertions, 0 deletions
diff --git a/homebrew/ctail/.beer b/homebrew/ctail/.beer new file mode 100644 index 000000000..87df8a200 --- /dev/null +++ b/homebrew/ctail/.beer @@ -0,0 +1,48 @@ +{ + "name": "Ctail", + "description": "Tool for operating tail across large clusters of machines", + "url": "https://github.com/pquerna/ctail/archive/ctail-0.1.0.tar.gz", + "mirror": null, + "homepage": "https://github.com/pquerna/ctail", + "depends": [ + { + "depend": "autoconf", + "build-depend": true + }, + { + "depend": "automake", + "build-depend": true + }, + { + "depend": "libtool", + "build-depend": true + }, + { + "depend": "apr", + "build-depend": false + }, + { + "depend": "apr-util", + "build-depend": false + } + ], + "resource": [], + "conflicts": [ + { + "conflict": "byobu", + "reason": "both install `ctail` binaries" + } + ], + "patches": [], + "install": [ + "system \"./configure\",", + "\"--prefix=#{prefix}\",", + "\"--disable-debug\",", + "\"--with-apr=#{Formula[\"apr\"].opt_bin}\",", + "\"--with-apr-util=#{Formula[\"apr-util\"].opt_bin}\"", + "system \"make\", \"LIBTOOL=glibtool --tag=CC\"", + "system \"make\", \"install\"" + ], + "version": "0.1.0", + "file": "ctail.rb" +}
\ No newline at end of file diff --git a/homebrew/ctail/.make.sh-auto b/homebrew/ctail/.make.sh-auto new file mode 100644 index 000000000..b585e897e --- /dev/null +++ b/homebrew/ctail/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +pkg:configure --with-apr=#{Formula[apr"].opt_bin}" --with-apr-util=#{Formula[apr-util"].opt_bin}" +make LIBTOOL=glibtool --tag=CC +make DESTDIR=${PKG_DEST} install diff --git a/homebrew/ctail/_metadata/description b/homebrew/ctail/_metadata/description new file mode 100644 index 000000000..9d9d3841a --- /dev/null +++ b/homebrew/ctail/_metadata/description @@ -0,0 +1 @@ +Tool for operating tail across large clusters of machines diff --git a/homebrew/ctail/_metadata/homepage b/homebrew/ctail/_metadata/homepage new file mode 100644 index 000000000..3a751ffb9 --- /dev/null +++ b/homebrew/ctail/_metadata/homepage @@ -0,0 +1 @@ +https://github.com/pquerna/ctail diff --git a/homebrew/ctail/_metadata/name b/homebrew/ctail/_metadata/name new file mode 100644 index 000000000..d7960bf9c --- /dev/null +++ b/homebrew/ctail/_metadata/name @@ -0,0 +1 @@ +Ctail diff --git a/homebrew/ctail/_metadata/version b/homebrew/ctail/_metadata/version new file mode 100644 index 000000000..6e8bf73aa --- /dev/null +++ b/homebrew/ctail/_metadata/version @@ -0,0 +1 @@ +0.1.0 diff --git a/homebrew/ctail/download.sh b/homebrew/ctail/download.sh new file mode 100755 index 000000000..08060c9c5 --- /dev/null +++ b/homebrew/ctail/download.sh @@ -0,0 +1 @@ +wget https://github.com/pquerna/ctail/archive/ctail-0.1.0.tar.gz
\ No newline at end of file |