curl: new module added
This commit is contained in:
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env modbuild
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user