guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add eschalot.


From: Leo Famulari
Subject: Re: [PATCH] gnu: Add eschalot.
Date: Tue, 6 Sep 2016 17:22:30 -0400
User-agent: Mutt/1.7.0 (2016-08-17)

On Tue, Aug 30, 2016 at 06:45:35PM +0000, ng0 wrote:
> From 5eea0ec3a7b1f94912f18e32d3e9bedff64f3ecb Mon Sep 17 00:00:00 2001
> From: ng0 <address@hidden>
> Date: Fri, 26 Aug 2016 15:41:33 +0000
> Subject: [PATCH] gnu: Add eschalot.
> 
> * gnu/packages/crypto.scm (eschalot): New variable.

Pushed!

> +      (source
> +       (origin
> +         (method git-fetch)
> +         (uri (git-reference
> +               (url "https://github.com/schnabear/eschalot";)
> +               (commit commit)))

I added a (file-name) field.

> +           (replace 'check
> +             (lambda _
> +               (zero? (system* "./worgen" "8-12" "top1000.txt" "3-10" 
> "top400nouns.txt"
> +                               "3-6" "top150adjectives.txt" "3-6"))
> +               (zero? (system* "./eschalot" "-r" "^guix|^guixsd"))
> +               (zero? (system* "./eschalot" "-r" "^gnu|^free"))
> +               (zero? (system* "./eschalot" "-r" "^cyber|^hack"))
> +               (zero? (system* "./eschalot" "-r" "^troll"))))

I wrapped all these (zero? ...) in (and).

> +      (description
> +       "Eschalot is a tor hidden service name generator, it allows one to 
> produce
> +customized vanity .onion addresses using a brute-force method.
> +Searches for valid names can be run with regular expressions and wordlists, 
> for
> +the generation of wordlists the included tool @code{worgen} can be used.

And I split this sentence into two sentences.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]