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

Group :: Text tools
RPM: todo.txt-cli

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name:     todo.txt-cli
Version:  2.11.0
Release:  alt1

Summary:  A simple and extensible shell script for managing your todo.txt file
License:  GPL-3.0
Group:    Text tools
Url:      https://github.com/todotxt/todo.txt-cli.git

Packager: Igor Vlasenko <viy at altlinux.ru>
BuildArch: noarch

Source:   %name-%version.tar

BuildRequires: bash4

%description
%summary

%prep
%setup

%build

%install
make install prefix=%_prefix DESTDIR=%buildroot

sed -i -e 's,/usr/bin/env bash,/bin/sh4,' %buildroot/usr/bin/*
pushd %buildroot
mv usr/etc .
mv usr/share/bash_completion.d etc
popd

%files
%_bindir/*
%_sysconfdir/todo
%_sysconfdir/bash_completion.d/*
%doc *.md

%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