From c0a2300b52c682975fbe365de21547db71d18a38 Mon Sep 17 00:00:00 2001 From: Andinus Date: Wed, 13 Jan 2021 11:29:00 +0530 Subject: Port leo to Raku This is a huge change. I had some more ideas in mind but I won't be able to work on them. leo's raku version can be improved. I'm personally using the Raku version because the rotate feature is nice. --- README | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'README') diff --git a/README b/README index f05b18b..715a718 100644 --- a/README +++ b/README @@ -10,11 +10,11 @@ Table of Contents 1. Installation 2. Demo +3. History Leo is a simple backup program. It creates tar(1) files from a -pre-defined list. It can encrypt/sign files with gpg2(1) & sign files -with signify(1). +pre-defined list. It can encrypt/sign files with gpg2(1). • Web-site: • Source: @@ -29,14 +29,8 @@ with signify(1). │ git clone https://git.tilde.institute/andinus/leo │ cd leo │ - │ # Install dependencies with cpanm. - │ cpanm --installdeps . - │ - │ # Install all the dependencies. - │ doas pkg_add p5-IPC-Run3 p5-Config-Tiny p5-Path-Tiny # OpenBSD only. - │ │ # Copy the config. - │ cp share/leo.conf $HOME/.config/leo.conf + │ cp share/leo.toml $HOME/.config/leo.toml │ │ # Copy the script & make it executable. │ sudo make install @@ -59,3 +53,10 @@ with signify(1). [cast file] + + +3 History +═════════ + + Leo was a Perl script until v0.5.1, it was ported to Raku in next + release. -- cgit 1.4.1-2-gfad0