Commit ed8d7bed authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Add ncursesw dependency

parent f582de0f
...@@ -7,6 +7,8 @@ class Multitail < Package ...@@ -7,6 +7,8 @@ class Multitail < Package
source_url 'https://www.vanheusden.com/multitail/multitail-6.4.2.tgz' source_url 'https://www.vanheusden.com/multitail/multitail-6.4.2.tgz'
source_sha256 'af1d5458a78ad3b747c5eeb135b19bdca281ce414cefdc6ea0cff6d913caa1fd' source_sha256 'af1d5458a78ad3b747c5eeb135b19bdca281ce414cefdc6ea0cff6d913caa1fd'
depends_on 'ncursesw'
def self.install def self.install
system "make", "PREFIX=#{CREW_PREFIX}", "DESTDIR=#{CREW_DEST_DIR}", "install" system "make", "PREFIX=#{CREW_PREFIX}", "DESTDIR=#{CREW_DEST_DIR}", "install"
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment