mirror of
https://github.com/agresdominik/repo.git
synced 2026-07-21 23:50:53 +00:00
feat: add app
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
class DownloadRam < Formula
|
||||||
|
desc "Download RAM by creating and enabling a swap file"
|
||||||
|
homepage "https://github.com/agresdominik/download-ram"
|
||||||
|
version "0.2.0"
|
||||||
|
url "https://github.com/agresdominik/download-ram/archive/refs/tags/v0.2.0.tar.gz"
|
||||||
|
sha256 "05df6ccebbb05a6d876ffec1c0b3ddac97b649ea6ca680f64cc04ba92608205e"
|
||||||
|
license "MIT"
|
||||||
|
|
||||||
|
on_linux do
|
||||||
|
depends_on "util-linux"
|
||||||
|
end
|
||||||
|
|
||||||
|
def install
|
||||||
|
bin.install "download-ram.sh" => "download-ram"
|
||||||
|
end
|
||||||
|
|
||||||
|
test do
|
||||||
|
assert_predicate bin/"download-ram", :exist?
|
||||||
|
end
|
||||||
|
end
|
||||||
@@ -17,3 +17,11 @@ brew install cheatsh
|
|||||||
```
|
```
|
||||||
|
|
||||||
Visit [cheat_sheet](https://github.com/agresdominik/cheat_sheet) to see more info
|
Visit [cheat_sheet](https://github.com/agresdominik/cheat_sheet) to see more info
|
||||||
|
|
||||||
|
### download-ram
|
||||||
|
|
||||||
|
```brew
|
||||||
|
brew install download-ram
|
||||||
|
```
|
||||||
|
|
||||||
|
Visit [download-ram](https://github.com/agresdominik/download-ram) to see more info
|
||||||
|
|||||||
Reference in New Issue
Block a user