aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Horodniceanu <a.horodniceanu@proton.me>2024-05-30 08:29:39 +0300
committerAndrei Horodniceanu <a.horodniceanu@proton.me>2024-05-30 08:29:39 +0300
commit35b670786117132cb0fe27f146b90311f649500b (patch)
treeb1b5124ef2ab49aac384be40095c3eb899da43d6 /dev-util
parentdev-lang/dmd: add github upstream metadata (diff)
downloaddlang-35b670786117132cb0fe27f146b90311f649500b.tar.gz
dlang-35b670786117132cb0fe27f146b90311f649500b.tar.bz2
dlang-35b670786117132cb0fe27f146b90311f649500b.zip
dev-util/dlang-tools: add github upstream metadata
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/dlang-tools/metadata.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-util/dlang-tools/metadata.xml b/dev-util/dlang-tools/metadata.xml
index b23ae29..ea44b8b 100644
--- a/dev-util/dlang-tools/metadata.xml
+++ b/dev-util/dlang-tools/metadata.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <upstream>
+ <remote-id type="github">dlang/tools</remote-id>
+ </upstream>
<use>
<flag name="ddemangle">An improved D symbol demangler. Replaces all occurrences of mangled D symbols in the input with their unmangled form, and writes the result to standard output.</flag>
<flag name="detab">Replace tabs with spaces, and remove trailing whitespace from lines.</flag>