Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
gpgpwd
> gpgpwd.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File gpgpwd.spec of Package gpgpwd
Name: gpgpwd Version: 0.5 Release: 0 Summary: Terminal-based password manager Url: http://random.zerodogg.org/gpgpwd/ License: GPLv3 Group: System Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: perl(Getopt::Long) Requires: perl(JSON) Requires: perl(Try::Tiny) Requires: perl(IPC::Open2) Requires: perl(IPC::Open3) Requires: perl(File::Copy) Requires: perl(File::Basename) Requires: perl(IO::Select) Requires: perl(MIME::Base64) Requires: perl(Term::ReadLine) Requires: gpg BuildArch: noarch %description gpgpwd is a terminal-based password manager. It stores a list of passwords in a GnuPG encrypted file, and allows you to easily retrieve, change and add to that file as needed. It also generates random passwords that you can use, easily allowing you to have one "master password" (for your gpg key), with one unique and random password for each website or service you use, ensuring that your other accounts stay safe even if one password gets leaked. gpgpwd can also utilize git to allow you to easily synchronize your passwords between different machines. %prep %setup -q %build %install %__make prefix=%{buildroot}%{_prefix} install %clean rm -rf %{buildroot} %files %defattr(-,root,root) %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %doc COPYING NEWS README.md %changelog