diff options
Diffstat (limited to 'homebrew/ohcount')
-rw-r--r-- | homebrew/ohcount/.beer | 34 | ||||
-rw-r--r-- | homebrew/ohcount/.make.sh-auto | 3 | ||||
-rw-r--r-- | homebrew/ohcount/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/ohcount/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/ohcount/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/ohcount/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/ohcount/download.sh | 1 |
7 files changed, 42 insertions, 0 deletions
diff --git a/homebrew/ohcount/.beer b/homebrew/ohcount/.beer new file mode 100644 index 000000000..dbbd834bd --- /dev/null +++ b/homebrew/ohcount/.beer @@ -0,0 +1,34 @@ +{ + "name": "Ohcount", + "description": "Source code line counter", + "url": "https://github.com/blackducksoftware/ohcount/archive/4.0.0.tar.gz", + "mirror": null, + "homepage": "https://github.com/blackducksoftware/ohcount", + "depends": [ + { + "depend": "gperf", + "build-depend": true + }, + { + "depend": "libmagic", + "build-depend": false + }, + { + "depend": "pcre", + "build-depend": false + }, + { + "depend": "ragel", + "build-depend": false + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"./build\", \"ohcount\"", + "bin.install \"bin/ohcount\"" + ], + "version": "4.0.0", + "file": "ohcount.rb" +}
\ No newline at end of file diff --git a/homebrew/ohcount/.make.sh-auto b/homebrew/ohcount/.make.sh-auto new file mode 100644 index 000000000..d76bf3193 --- /dev/null +++ b/homebrew/ohcount/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +./build ohcount +bin.install "bin/ohcount" diff --git a/homebrew/ohcount/_metadata/description b/homebrew/ohcount/_metadata/description new file mode 100644 index 000000000..2d1c698fb --- /dev/null +++ b/homebrew/ohcount/_metadata/description @@ -0,0 +1 @@ +Source code line counter diff --git a/homebrew/ohcount/_metadata/homepage b/homebrew/ohcount/_metadata/homepage new file mode 100644 index 000000000..942fa24f0 --- /dev/null +++ b/homebrew/ohcount/_metadata/homepage @@ -0,0 +1 @@ +https://github.com/blackducksoftware/ohcount diff --git a/homebrew/ohcount/_metadata/name b/homebrew/ohcount/_metadata/name new file mode 100644 index 000000000..303cb8ab9 --- /dev/null +++ b/homebrew/ohcount/_metadata/name @@ -0,0 +1 @@ +Ohcount diff --git a/homebrew/ohcount/_metadata/version b/homebrew/ohcount/_metadata/version new file mode 100644 index 000000000..fcdb2e109 --- /dev/null +++ b/homebrew/ohcount/_metadata/version @@ -0,0 +1 @@ +4.0.0 diff --git a/homebrew/ohcount/download.sh b/homebrew/ohcount/download.sh new file mode 100755 index 000000000..b068480a1 --- /dev/null +++ b/homebrew/ohcount/download.sh @@ -0,0 +1 @@ +wget https://github.com/blackducksoftware/ohcount/archive/4.0.0.tar.gz
\ No newline at end of file |