Commit 26529c2e authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #1345 from Alanaktion/pass-dependencies

Adding tree dependency to pass
parents 37c5bac4 84c6d3fc
...@@ -3,11 +3,12 @@ require 'package' ...@@ -3,11 +3,12 @@ require 'package'
class Pass < Package class Pass < Package
description "The standard unix password manager" description "The standard unix password manager"
homepage 'https://www.passwordstore.org/' homepage 'https://www.passwordstore.org/'
version '1.7.1' version '1.7.1-1'
source_url 'https://git.zx2c4.com/password-store/snapshot/password-store-1.7.1.tar.xz' source_url 'https://git.zx2c4.com/password-store/snapshot/password-store-1.7.1.tar.xz'
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