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
+2
View File
@@ -0,0 +1,2 @@
#!/usr/bin/env modbuild
+16
View File
@@ -0,0 +1,16 @@
format: 1
libpsl:
defaults:
group: Libraries
overlay: base
relstage: stable
docfiles: []
urls:
- url: https://github.com/rockdaboot/$P/releases/download/${V_PKG}/$P-${V_PKG}.tar.gz
shasums:
versions:
0.21.5:
config:
+16
View File
@@ -0,0 +1,16 @@
#%Module1.0
module-whatis "C library to handle the Public Suffix List"
module-url "https://github.com/rockdaboot/libpsl"
module-license "See https://github.com/rockdaboot/libpsl/blob/master/LICENSE"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
A Public Suffix List is a collection of Top Level Domains (TLDs) suffixes.
TLDs include Global Top Level Domains (gTLDs) like .com and .net; Country
Top Level Domains (ccTLDs) like .de and .cn; and Brand Top Level Domains
like .apple and .google. Brand TLDs allows users to register their own
top level domain that exist at the same level as ICANN's gTLDs. Brand TLDs
are sometimes referred to as Vanity Domains.
"