Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37402347
en ru br
ALT Linux repos
S:0.3.3-alt1

Group :: Other
RPM: clac

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name:  clac
Version:  0.3.3
Release:  alt1

Summary:  A command line, stack-based calculator with postfix notation
License:  BSD-2-Clause
Group:    Other
Url:  https://github.com/soveran/clac

Packager: Gordeev Mikhail <obirvalger at altlinux.org>

Source:   %name-%version.tar

%description
A command line, stack-based calculator with postfix notation that displays the
stack contents at all times. As you type, the stack changes are reflected
immediately.

%prep
%setup

%build
%make_build

%install
make install PREFIX=%buildroot%_prefix

%check
make test

%files
%_bindir/*
%_man1dir/*
%doc README*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin