Commit 5331592f authored by Alan Hardman's avatar Alan Hardman

Adding tree dependency to pass

The pass program requires tree to list the stored passwords correctly.
parent 37c5bac4
...@@ -8,6 +8,7 @@ class Pass < Package ...@@ -8,6 +8,7 @@ class Pass < Package
source_sha256 'f6d2199593398aaefeaa55e21daddfb7f1073e9e096af6d887126141e99d9869' source_sha256 'f6d2199593398aaefeaa55e21daddfb7f1073e9e096af6d887126141e99d9869'
depends_on 'gnupg' depends_on 'gnupg'
depends_on 'tree'
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"
......
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