]> arthur.barton.de Git - homebrew-alex.git/commit
identd: Fix "brew audit" problems
authorAlexander Barton <alex@barton.de>
Fri, 15 Jan 2016 09:54:40 +0000 (10:54 +0100)
committerAlexander Barton <alex@barton.de>
Fri, 15 Jan 2016 09:54:40 +0000 (10:54 +0100)
commit9c4932c1100f256a14a0d9d5dbb54e6d02c80e70
treea2cb09361838f04eeb52220cfe2df954b379768e
parentee3945d314121e80b42c65b617ca9917bf8a4bd3
identd: Fix "brew audit" problems

* `homepage` (line 6) should be put before `url` (line 4)
* A `test do` test block should be added
* Stable: Redundant :using value in URL
* Formula should have a desc (Description).
* use "xcodebuild *args" instead of "system 'xcodebuild', *args"
* `require "formula"` is now unnecessary
* Use `system "xcodebuild", "-target", "identd", "-configuration", "Release"`
  instead of `system "xcodebuild -target identd -configuration Release"`

Signed-off-by: Alexander Barton <alex@barton.de>
Formula/identd.rb