summaryrefslogtreecommitdiff
path: root/homebrew/pidof/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/pidof/.beer')
-rw-r--r--homebrew/pidof/.beer18
1 files changed, 18 insertions, 0 deletions
diff --git a/homebrew/pidof/.beer b/homebrew/pidof/.beer
new file mode 100644
index 000000000..33cd3c22f
--- /dev/null
+++ b/homebrew/pidof/.beer
@@ -0,0 +1,18 @@
+{
+ "name": "Pidof",
+ "description": "Display the PID number for a given process name",
+ "url": "http://www.nightproductions.net/downloads/pidof_source.tar.gz",
+ "mirror": null,
+ "homepage": "http://www.nightproductions.net/cli.htm",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\", \"all\", \"CC=#{ENV.cc}\", \"CFLAGS=#{ENV.cflags}\"",
+ "man1.install gzip(\"pidof.1\")",
+ "bin.install \"pidof\""
+ ],
+ "version": "1.0-unknown",
+ "file": "pidof.rb"
+} \ No newline at end of file