Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
26529c2e
Commit
26529c2e
authored
Oct 31, 2017
by
Ed Reel
Committed by
GitHub
Oct 31, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1345 from Alanaktion/pass-dependencies
Adding tree dependency to pass
parents
37c5bac4
84c6d3fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
packages/pass.rb
packages/pass.rb
+2
-1
No files found.
packages/pass.rb
View file @
26529c2e
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment