# Generated by go2rpm %bcond_without check # https://github.com/mitchellh/colorstring %global goipath github.com/mitchellh/colorstring %global commit d06e56a500db4d08c33db0b79461e7c9beafca2d %gometa %global common_description %{expand: Colorstring is a Go library for outputting colored strings to a console using a simple inline syntax in your string to specify the color to print as. For example, the string [blue]hello [red]world would output the text "hello world" in two colors. The API of Colorstring allows for easily disabling colors, adding aliases, etc.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Go library for colorizing strings for terminal output License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 10 00:17:08 CEST 2019 Robert-André Mauchin - 0-0.1.20190510gitd06e56a - Initial package