summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/nsis/metadata.xml')
-rw-r--r--dev-util/nsis/metadata.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-util/nsis/metadata.xml b/dev-util/nsis/metadata.xml
new file mode 100644
index 000000000000..b0b6adab8407
--- /dev/null
+++ b/dev-util/nsis/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>maintainer-needed@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+NSIS (Nullsoft Scriptable Install System) is a professional open source
+system to create Windows installers. It is designed to be as small and
+flexible as possible and is therefore very suitable for Internet distribution.
+
+NSIS is script-based and allows you to create the logic to handle even the
+most complex installation tasks. Many plug-ins and scripts are already
+available: you can create web installers, communicate with Windows and other
+software components, install or update shared components and more.
+</longdescription>
+ <use>
+ <flag name="config-log">Enable the logging facility (useful in debugging installers)</flag>
+ </use>
+ <upstream>
+ <remote-id type="sourceforge">nsis</remote-id>
+ </upstream>
+</pkgmetadata>