guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add surfraw.


From: ng0
Subject: Re: [PATCH] gnu: Add surfraw.
Date: Tue, 06 Sep 2016 10:42:42 +0000

Problem(?):

address@hidden /gnu/store/fvx31h4z9pf910f3ycdqlpv5z6ii7lx5-surfraw-2.2.9/bin$ 
./surfraw
surfraw ERROR: couldn't find global config in 
/gnu/store/fvx31h4z9pf910f3ycdqlpv5z6ii7lx5-surfraw-2.2.9/etc/xdg/surfraw/conf 
or $XDG_CONFIG_DIRS

address@hidden 
/gnu/store/fvx31h4z9pf910f3ycdqlpv5z6ii7lx5-surfraw-2.2.9/etc/xdg/surfraw$ ls 
-al
total 16
dr-xr-xr-x 2 root root 4096 Jan  1  1970 ./
dr-xr-xr-x 3 root root 4096 Jan  1  1970 ../
-r--r--r-- 4 root root  143 Jan  1  1970 bookmarks
-r--r--r-- 2 root root 2518 Jan  1  1970 conf


ng0 <address@hidden> writes:

> * gnu/packages/web.scm (surfraw): New variable.
> ---
>  gnu/packages/web.scm | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
>
> diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
> index 70bfd9e..20c7d12 100644
> --- a/gnu/packages/web.scm
> +++ b/gnu/packages/web.scm
> @@ -3609,3 +3609,27 @@ tools they trust (e.g. wget).")
>  rendering engine entirely written from scratch.  It is small and capable of
>  handling many of the web standards in use today.")
>      (license l:gpl2+)))
> +
> +(define-public surfraw
> +  (package
> +    (name "surfraw")
> +    (version "2.2.9")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append "https://surfraw.alioth.debian.org/dist/";
> +                                  name "-" version ".tar.gz"))
> +              (sha256
> +               (base32
> +                "1fy4ph5h9kp0jzj1m6pfylxnnmgdk0mmdppw76z9jhna4jndk5xa"))))
> +    (build-system gnu-build-system)
> +    (inputs
> +     `(("perl" ,perl)
> +       ("perl-www-opensearch" ,perl-www-opensearch)
> +       ("perl-html-parser" ,perl-html-parser)
> +       ("perl-libwww" ,perl-libwww)))
> +    (synopsis "Unix command line interface to the www")
> +    (description "Surfraw (Shell Users' Revolutionary Front Rage Against the 
> Web)
> +provides a unix command line interface to a variety of popular www search 
> engines
> +and similar services.")
> +    (home-page "https://surfraw.alioth.debian.org/";)
> +    (license l:public-domain)))
> -- 
> 2.9.3
>

-- 
ng0
For non-prism friendly talk find me on http://www.psyced.org



reply via email to

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