Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (define-public libgnurl
- (package
- (name "libgnurl")
- (version "7.34.0")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://gnunet.org/sites/default/files/gnurl-"
- version ".tar.bz2"))
- (sha256
- (base32
- ;; Run guix download https://gnunet.org/sites/default/files/gnurl-7.34.0.tar.bz2 and enter the correct value
- "176qf3xhpq1wa3fd9h8b6996bjf83yna1b30lhb6ccrv67hvhm75"))))
- (build-system gnu-build-system)
- (inputs
- `(("gss" ,gss)
- ("gnutls" ,gnutls)
- ("libidn" ,libidn)
- ("zlib" ,zlib)))
- (arguments
- `(#:configure-flags '("--enable-ipv6 --with-gnutls --without-libssh2 --without-libmetalink --without-winidn --without-librtmp --without-nghttp2 --without-nss --without-cyassl --without-polarssl --without-ssl --without-winssl --without-darwinssl --disable-sspi --disable-ntlm-wb --disable-ldap --disable-rtsp --disable-dict --disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smtp --disable-gopher --disable-file --disable-ftp")))
- (synopsis "Microfork of libcurl with support for the HTTP/HTTPS/GnuTLS subset of cURL")
- (description
- "libgnurl is a microfork of libcurl, a command line tool for transferring data with URL syntax. While cURL supports many crypto backends, libgnurl only supports HTTPS, HTTPS and GnuTLS.")
- (license (license:bsd-style "file://COPYING"
- "See COPYING in the distribution."))
- (home-page "https://gnunet.org/gnurl")))
Advertisement
Add Comment
Please, Sign In to add comment