Commit Diff


commit - 70fc1955fbbbb39a48c3305a86cba6925477992e
commit + e90d82a5bce0af9f2207e4c1ea0518957a295c89
blob - /dev/null
blob + 05704cbdd7267a91c43641e8b59cac51259b4ec7 (mode 644)
--- /dev/null
+++ Formula/unreliablefs.rb
@@ -0,0 +1,17 @@
+class UnreliableFS < Formula
+  version "0.0.5"
+  desc "A FUSE-based fault injection filesystem"
+  homepage "https://github.com/ligurio/unreliablefs"
+  url ""
+  sha256 "a86050fb98e9ecd7e8421e7cc1a225ce59b77d6264947cb8cdbc7699c142ace0"
+
+  def install
+    system "cmake ."
+    system "make -j"
+    bin.install "unreliablefs"
+  end
+
+  test do
+    system bin/"unreliablefs", "-v"
+  end
+end
blob - c35d7419877573d58f6cdaf4870a0459c9aa79cb
blob + 34edd8c84dcbc3829c7cd9db9bb85adfccbe4292
--- README.md
+++ README.md
@@ -17,3 +17,4 @@ The following formulae are available:
 
 - [testres](https://github.com/ligurio/testres): hyperfast web frontend for software testing results
 - [postgrespro](https://github.com/postgrespro/postgrespro): PostgrePro (feature-rich PostgreSQL fork)
+- [unreliablefs](https://github.com/ligurio/unreliablefs): A FUSE-based fault injection filesystem