Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Add packetdrill formula (WIP)
Browse files Browse the repository at this point in the history
Can packetdrill be built for mac-os? #3
google/packetdrill#3

release packetdrill #147
nplab/packetdrill#147
  • Loading branch information
ligurio committed Jan 17, 2020
1 parent 70fc195 commit 3f753e3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Formula/packetdrill.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
class Testres < Formula
desc "packetdrill with UDPLite and SCTP support and bug fixes for FreeBSD
homepage "https://github.com/nplab/packetdrill"
url "https://github.com/nplab/packetdrill"
sha256 "282c08206d075777c22e8ffddf179a5a17aa89a555e6ff69a8aba4b55845cc"
def install
system "make", "install"
system "cd packetdrill/gtests/net/packetdrill/; ./configure"
system "make"
end
end
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ brew uninstall testres
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)
- [postgrespro](https://github.com/postgrespro/postgrespro): PostgresPro (feature-rich PostgreSQL fork)
- [packetdrill](https://github.com/nplab/packetdrill): feature-rich [packetdrill](https://github.com/google/packetdrill) fork

0 comments on commit 3f753e3

Please sign in to comment.