summaryrefslogtreecommitdiff
path: root/homebrew/cpulimit
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/cpulimit')
-rw-r--r--homebrew/cpulimit/.beer17
-rw-r--r--homebrew/cpulimit/.make.sh-auto3
-rw-r--r--homebrew/cpulimit/_metadata/description1
-rw-r--r--homebrew/cpulimit/_metadata/homepage1
-rw-r--r--homebrew/cpulimit/_metadata/name1
-rw-r--r--homebrew/cpulimit/_metadata/version1
-rwxr-xr-xhomebrew/cpulimit/download.sh1
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