Skip to content

Commit

Permalink
Add external libpcap
Browse files Browse the repository at this point in the history
  • Loading branch information
serock committed Dec 10, 2023
1 parent 064bfe6 commit 8b24d6c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index/li/libpcap/libpcap-external.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name = "libpcap"
description = "A system-independent interface for user-level packet capture"

maintainers = ["[email protected]"]
maintainers-logins = ["serock"]

[[external]]
hint = "Please install libpcap from source or system packages"
kind = "system"
[external.origin."case(distribution)"]
"arch" = ["libpcap"]
"centos|fedora" = ["libpcap-devel"]
"debian|ubuntu" = ["libpcap-dev"]
"homebrew" = ["libpcap"]
"macports" = ["libpcap"]
"msys2" = ["mingw-w64-x86_64-libpcap"]
"rhel" = ["libpcap-devel"]
"suse" = ["libpcap-devel"]

0 comments on commit 8b24d6c

Please sign in to comment.