diff options
Diffstat (limited to 'homebrew/cpulimit')
-rw-r--r-- | homebrew/cpulimit/.beer | 17 | ||||
-rw-r--r-- | homebrew/cpulimit/.make.sh-auto | 3 | ||||
-rw-r--r-- | homebrew/cpulimit/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/cpulimit/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/cpulimit/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/cpulimit/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/cpulimit/download.sh | 1 |
7 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/cpulimit/.beer b/homebrew/cpulimit/.beer new file mode 100644 index 000000000..64ae8b5f3 --- /dev/null +++ b/homebrew/cpulimit/.beer @@ -0,0 +1,17 @@ +{ + "name": "Cpulimit", + "description": "CPU usage limiter", + "url": "https://github.com/opsengine/cpulimit/archive/v0.2.tar.gz", + "mirror": null, + "homepage": "https://github.com/opsengine/cpulimit", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"make\"", + "bin.install \"src/cpulimit\"" + ], + "version": "0.2", + "file": "cpulimit.rb" +}
\ No newline at end of file diff --git a/homebrew/cpulimit/.make.sh-auto b/homebrew/cpulimit/.make.sh-auto new file mode 100644 index 000000000..40231b732 --- /dev/null +++ b/homebrew/cpulimit/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +make +bin.install "src/cpulimit" diff --git a/homebrew/cpulimit/_metadata/description b/homebrew/cpulimit/_metadata/description new file mode 100644 index 000000000..48e8b6bc2 --- /dev/null +++ b/homebrew/cpulimit/_metadata/description @@ -0,0 +1 @@ +CPU usage limiter diff --git a/homebrew/cpulimit/_metadata/homepage b/homebrew/cpulimit/_metadata/homepage new file mode 100644 index 000000000..b882c41b8 --- /dev/null +++ b/homebrew/cpulimit/_metadata/homepage @@ -0,0 +1 @@ +https://github.com/opsengine/cpulimit diff --git a/homebrew/cpulimit/_metadata/name b/homebrew/cpulimit/_metadata/name new file mode 100644 index 000000000..1f6be4131 --- /dev/null +++ b/homebrew/cpulimit/_metadata/name @@ -0,0 +1 @@ +Cpulimit diff --git a/homebrew/cpulimit/_metadata/version b/homebrew/cpulimit/_metadata/version new file mode 100644 index 000000000..3b04cfb60 --- /dev/null +++ b/homebrew/cpulimit/_metadata/version @@ -0,0 +1 @@ +0.2 diff --git a/homebrew/cpulimit/download.sh b/homebrew/cpulimit/download.sh new file mode 100755 index 000000000..be75e0e26 --- /dev/null +++ b/homebrew/cpulimit/download.sh @@ -0,0 +1 @@ +wget https://github.com/opsengine/cpulimit/archive/v0.2.tar.gz
\ No newline at end of file |