Add aerc contacts
This commit is contained in:
commit
11332ada6a
1 changed files with 15 additions and 0 deletions
15
Formula/aerc-contacts.rb
Normal file
15
Formula/aerc-contacts.rb
Normal file
|
@ -0,0 +1,15 @@
|
|||
class AercContacts < Formula
|
||||
desc "Search macOS Contacts and output data for aerc email client"
|
||||
homepage "https://git.sr.ht/~crocmagnon/aerc-contacts-macos"
|
||||
url "https://git.sr.ht/~crocmagnon/aerc-contacts-macos"
|
||||
|
||||
depends_on :xcode => ["10.0", :build]
|
||||
|
||||
def install
|
||||
system "make", "install", "prefix=#{prefix}"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/aerc-contacts JohnDoe"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue