diff options
author | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-10 11:57:09 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-04-10 12:24:16 -1000 |
commit | d409972f690e2cee2246a9454a6dc3ecbd7e263a (patch) | |
tree | 68b4a9d9cfccd4dee7e628d1d63aba9374b18df6 | |
parent | e105ec00766f72fdb185cc45772e1742e82b86ca (diff) |
Update metadata for dns2tcp and bash-completion
-rw-r--r-- | data/bash-completion/_metadata/section | 2 | ||||
-rw-r--r-- | data/dns2tcp/_metadata/homepage | 2 | ||||
-rw-r--r-- | data/dns2tcp/make.sh | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/data/bash-completion/_metadata/section b/data/bash-completion/_metadata/section index c81fd52e2..1ddf05d5d 100644 --- a/data/bash-completion/_metadata/section +++ b/data/bash-completion/_metadata/section @@ -1 +1 @@ -Terminal Support +Terminal_Support diff --git a/data/dns2tcp/_metadata/homepage b/data/dns2tcp/_metadata/homepage index 9046a1370..3aeea59b6 100644 --- a/data/dns2tcp/_metadata/homepage +++ b/data/dns2tcp/_metadata/homepage @@ -1 +1 @@ -https://packages.debian.org/sid/dns2tcp +https://www.aldeid.com/wiki/Dns2tcp#Description diff --git a/data/dns2tcp/make.sh b/data/dns2tcp/make.sh index e72f3a37b..9960dedd3 100644 --- a/data/dns2tcp/make.sh +++ b/data/dns2tcp/make.sh @@ -3,3 +3,7 @@ cp ${PKG_BASE}/config.sub . pkg:configure pkg:make pkg:install +# For if we start including docs +#pkg: mkdir -p /usr/share/doc/dns2tcp/examples +#pkg: cp README /usr/share/doc/dns2tcp/ +#pkg: cp client/dns2tcprc server/dns2tcpdrc /usr/share/doc/dns2tcp/examples/ |