Update aerc-contacts
This commit is contained in:
parent
11332ada6a
commit
8ce316bb85
1 changed files with 7 additions and 4 deletions
|
@ -1,11 +1,14 @@
|
|||
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]
|
||||
homepage "https://sr.ht/~crocmagnon/aerc-contacts-macos/"
|
||||
url "https://git.sr.ht/~crocmagnon/aerc-contacts-macos", :tag => "0.1.0", :using => :git
|
||||
sha256 "d415b1ac07865941fe3db77d2f1d2888d47f03759959bde47bbc7b6f2146945c"
|
||||
head "https://git.sr.ht/~crocmagnon/aerc-contacts-macos", :using => :git
|
||||
|
||||
depends_on :xcode => ["10.0", :build]
|
||||
|
||||
def install
|
||||
bin.mkpath
|
||||
system "make", "install", "prefix=#{prefix}"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue