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

Group :: Desenvolvimento/Outros
RPM: hare

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name:           hare
Version:        2022.05.17
Release:        alt1
Group:          Development/Other
Source:         %name-%version.tar
URL:            https://harelang.org
Summary:        Hare is a systems programming language
License:        GPLv3
# git clone     https://git.sr.ht/~sircmpwn/hare
# cd hare; git archive --prefix=hare-`git log -1 --format='%as' | tr - .`/ --output=../RPM/SOURCES/hare-`git log -1 --format='%as' | tr - .`.tar HEAD

ExclusiveArch:  x86_64
Patch:          ld-pipeexec.patch

# Automatically added by buildreq on Thu May 19 2022

# optimized out: libgpg-error python3-base sh4
BuildRequires: git-core harec scdoc qbe

%description
Hare is a systems programming language designed to be simple, stable,
and robust. Hare uses a static type system, manual memory management,
and a minimal runtime. It is well-suited to writing operating systems,
system tools, compilers, networking software, and other low-level, high
performance tasks.

%prep
%setup
%patch -p0

%build
cp config.example.mk config.mk
%make PREFIX=%_prefix
PATH=`pwd`/.bin:$PATH
%make docs/html

%install
%makeinstall_std PREFIX=%_prefix DESTDIR=%buildroot

%files
%doc README*
%doc docs/html
%_bindir/*
%_usrsrc/%name
%_man1dir/*

%check
make check

%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