File ctop.spec of Package ctop
#
# spec file for package ctop
#
Name: ctop
Version: 0.7.4
Release: 0
Summary: Top-like interface for container metrics
License: MIT
Group: System/Management
Url: https://github.com/bcicen/ctop
Source: https://github.com/bcicen/ctop/archive/v0.7.4.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: golang-packaging
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{go_nostrip}
%{go_provides}
%description
ctop provides a concise and condensed overview of real-time metrics for multiple containers.
%setup -q -n %{name}-%{version}
%build
%goprep %{import_path}
%gobuild .
%install
%goinstall
%gosrc
%gofilelist
%check
%gotest %{import_path}
%files -f file.lst
%doc README LICENSE
%changelog