Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37044184
en ru br
ALT Linux repositórios
S:1.30.0-alt1

Group :: Development/Tools
RPM: goredo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define gobuild go build

Name: goredo
Version: 1.30.0
Release: alt1

Summary: Go implementation of djb's redo, Makefile replacement that sucks less

Group: Development/Tools
License: GPLv3
Url: http://www.goredo.cypherpunks.ru/index.html

Packager: Vitaly Lipatov <lav at altlinux.ru>

# Source-url: http://www.goredo.cypherpunks.ru/download/goredo-%version.tar.zst

Source: %name-%version.tar

ExclusiveArch: %go_arches

BuildRequires(pre): rpm-macros-golang

BuildRequires: golang >= 1.7

%description
Originally it was just a rewrite of redo-c,
but later most features of apenwarr/redo were also implemented.
Why yet another implementation? It is feature full and has better performance
comparing to shell and Python implementation.

%prep
%setup

%build
cd src
go build -mod=vendor
./goredo -symlinks

%install
mkdir -p %buildroot%_bindir/
cp -a src/goredo src/redo* %buildroot%_bindir/
# TODO: install-info: warning: no info dir entry in
#mkdir -p %buildroot%_infodir/
#install -m644 goredo.info %buildroot%_infodir/

%files
%doc NEWS INSTALL README THANKS
%_bindir/goredo
%_bindir/redo*
#%_infodir/*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009