curl: new module added

This commit is contained in:
2025-05-23 13:29:05 +02:00
parent 5aaf656da3
commit 75cf0f446a
6 changed files with 77 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env modbuild
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End:
+21
View File
@@ -0,0 +1,21 @@
---
format: 1
curl:
defaults:
group: Tools
overlay: base
relstage: stable
configure_args:
- --with-openssl
docfiles: []
urls:
- url: https://curl.se/download/$P-${V_PKG}.tar.gz
shasums:
versions:
8.13.0:
config:
build_requires: [libpsl/0.21.5, openssl/3.4.1]
8.11.0:
config:
build_requires: [libpsl/0.21.5, openssl/1.1.1w]
+15
View File
@@ -0,0 +1,15 @@
#%Pmodule
module-whatis "command line tool and library for transferring data with URLs"
module-url "https://curl.se"
module-license "See \$PREFIX/share/doc/curl/curl.txt"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
curl is used in command lines or scripts to transfer data. curl is also
libcurl, used in cars, television sets, routers, printers, audio equipment,
mobile phones, tablets, medical devices, settop boxes, computer games,
media players and is the Internet transfer engine for countless software
applications in over twenty billion installations.
"