-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgopass.spec
39 lines (30 loc) · 876 Bytes
/
gopass.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
%global _missing_build_ids_terminate_build 0
%global debug_package %{nil}
Name: gopass
Version: 1.12.8
Release: 1
Summary: The slightly more awesome standard unix password manager for teams
License: MIT
URL: https://github.com/gopasspw/gopass
Source0: https://github.com/gopasspw/gopass/archive/master.tar.gz
BuildRequires: git
BuildRequires: tar
BuildRequires: gzip
BuildRequires: golang
BuildRequires: gnupg2
%description
The slightly more awesome standard unix password manager for teams
%prep
%autosetup -n %{name}-master
%build
make
%install
%make_install PREFIX="/usr"
%clean
rm -rf $RPM_BUILD_ROOT
%files
%exclude /usr/share/zsh/site-functions/_gopass
/usr/share/bash-completion/completions/gopass
%exclude /usr/share/fish/vendor_completions.d/gopass.fish
/usr/share/man/man1/gopass.1.gz
/usr/bin/*