aboutsummaryrefslogtreecommitdiff
path: root/man/apkg-genabuild.8
diff options
context:
space:
mode:
Diffstat (limited to 'man/apkg-genabuild.8')
-rw-r--r--man/apkg-genabuild.813
1 files changed, 12 insertions, 1 deletions
diff --git a/man/apkg-genabuild.8 b/man/apkg-genabuild.8
index 69124b7..54c5ef6 100644
--- a/man/apkg-genabuild.8
+++ b/man/apkg-genabuild.8
@@ -17,7 +17,18 @@ CPAN/Perl packages, which get the appropriate prefix (\fIpython-\fR or \fIperl-\
.SH OUTPUT
.LP
Creates a directory named after the package containing an \fIabuild\fR file
-with \fIname\fR, \fIversion\fR, \fIrelease\fR, and \fIsource\fR fields populated.
+with \fIname\fR, \fIversion\fR, \fIrelease\fR, and \fIsource\fR fields populated,
+and an \fIinfo\fR file with \fIdescription\fR, \fIhomepage\fR, \fIlicense\fR,
+and \fImaintainer\fR fields as a template.
+.SH FILES
+.TP
+\fB<name>/abuild\fR
+Generated package recipe with \fIname\fR, \fIversion\fR, \fIrelease\fR, and
+\fIsource\fR populated.
+.TP
+\fB<name>/info\fR
+Package metadata template with \fIdescription\fR, \fIhomepage\fR, \fIlicense\fR,
+and \fImaintainer\fR fields.
.SH EXAMPLES
.LP
\f(CRapkg-genabuild https://example.com/pkg-1.2.3.tar.gz\fR - Generate template for a tarball.