alot: fix audit warning

* `include directive` (line 62) should be put before `desc` (line 2)
This commit is contained in:
Miguel Araújo 2016-08-22 21:08:46 -03:00 committed by Dominyk Tiller
parent 3b16bcaebe
commit 9b29e3b0b3

View file

@ -1,4 +1,6 @@
class Alot < Formula
include Language::Python::Virtualenv
desc "Text mode MUA using notmuch mail"
homepage "https://github.com/pazz/alot"
url "https://github.com/pazz/alot/archive/0.3.7.tar.gz"
@ -59,8 +61,6 @@ class Alot < Formula
sha256 "89021e288d6efd22cde2842349d79939b9664efdbf99f5790c9862a67759ea94"
end
include Language::Python::Virtualenv
def install
virtualenv_install_with_resources
pkgshare.install Dir["extra/*"] - %w[extra/completion]