/[packages]/cauldron/golang-github-bgentry-speakeasy/current/SPECS/golang-github-bgentry-speakeasy.spec
ViewVC logotype

Annotation of /cauldron/golang-github-bgentry-speakeasy/current/SPECS/golang-github-bgentry-speakeasy.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2133557 - (hide annotations) (download)
Tue Dec 31 15:15:42 2024 UTC (6 months, 1 week ago) by wally
File size: 1081 byte(s)
- update RPM group to Development/Golang
1 pterjan 1665317 # Generated by go2rpm
2     %bcond_without check
3    
4     # https://github.com/bgentry/speakeasy
5     %global goipath github.com/bgentry/speakeasy
6     Version: 0.1.0
7    
8     %gometa
9    
10     %global common_description %{expand:
11     This package provides cross-platform Go helpers for taking user input from the
12     terminal while not echoing the input back (similar to getpasswd). The package
13     uses syscalls to avoid any dependence on cgo, and is therefore compatible with
14     cross-compiling.}
15    
16     %global golicenses LICENSE LICENSE_WINDOWS
17     %global godocs example Readme.md
18    
19     %global gosupfiles glide.lock glide.yaml
20    
21     Name: %{goname}
22 umeabot 1815475 Release: %mkrel 3
23 pterjan 1665317 Summary: Cross-platform golang helpers for reading password input without cgo
24 wally 2133557 Group: Development/Golang
25 pterjan 1665319 BuildArch: noarch
26 pterjan 1665317
27     License: MIT
28     URL: %{gourl}
29     Source0: %{gosource}
30     Source1: glide.yaml
31     Source2: glide.lock
32    
33     %description
34     %{common_description}
35    
36     %gopkg
37    
38     %prep
39     %goprep
40     cp %{S:1} %{S:2} .
41    
42     %install
43     %gopkginstall
44    
45     %if %{with check}
46     %check
47     %gocheck
48     %endif
49    
50     %gopkgfiles
51    

  ViewVC Help
Powered by ViewVC 1.1.30