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
84bd65a4
Commit
84bd65a4
authored
7 years ago
by
Alan Hardman
Committed by
Kazushi (Jam) Marukawa
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding pass password manager
parent
323d61e3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
packages/pass.rb
packages/pass.rb
+20
-0
No files found.
packages/pass.rb
0 → 100644
View file @
84bd65a4
require
'package'
class
Pass
<
Package
description
"The standard unix password manager"
homepage
'https://www.passwordstore.org/'
version
'1.7.1'
source_url
'https://git.zx2c4.com/password-store/snapshot/password-store-1.7.1.tar.xz'
source_sha256
'f6d2199593398aaefeaa55e21daddfb7f1073e9e096af6d887126141e99d9869'
binary_url
({
})
binary_sha256
({
})
depends_on
'gnupg'
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
end
This diff is collapsed.
Click to expand it.
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