Initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
mkdir -p $DESTDIR/etc
|
||||
cp -v services protocols $DESTDIR/etc
|
||||
@@ -0,0 +1,20 @@
|
||||
[build]
|
||||
type = "custom"
|
||||
|
||||
[build.flags]
|
||||
keep = [ "etc/protocols", "etc/services" ]
|
||||
|
||||
[dependencies]
|
||||
runtime = ["filesystem"]
|
||||
|
||||
[package]
|
||||
description = "data for network services and protocols"
|
||||
homepage = "https://www.iana.org/protocols"
|
||||
license = "custom:none"
|
||||
name = "iana-etc"
|
||||
version = "20260202"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "32f1d8fb403b0afd8b2649dbdb3f5137ac5dd1262c72ec670249f54cc87e2900"
|
||||
url = "https://github.com/Mic92/iana-etc/releases/download/$version/iana-etc-$version.tar.gz"
|
||||
Reference in New Issue
Block a user