Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37515226
en ru br
Репозитории ALT

Группа :: Development/Tools
Пакет: goredo

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and 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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin