diff options
Diffstat (limited to 'dev-build/scons/metadata.xml')
-rw-r--r-- | dev-build/scons/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-build/scons/metadata.xml b/dev-build/scons/metadata.xml new file mode 100644 index 000000000000..aacbf74f7fb9 --- /dev/null +++ b/dev-build/scons/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <longdescription lang="en"> + SCons is a make replacement providing a range of enhanced + features such as automated dependency generation and built in + compilation cache support. SCons rule sets are Python scripts so + as well as the features it provides itself SCons allows you to use + the full power of Python to control compilation. + </longdescription> + <upstream> + <remote-id type="github">SCons/scons</remote-id> + <remote-id type="pypi">SCons</remote-id> + <remote-id type="sourceforge">scons</remote-id> + </upstream> +</pkgmetadata> |