Signed-off-by: Nico Schottelius <n...@kr.ethz.ch>
---
 doc/makepkg.8.txt |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt
index a2fdb3f..bf05502 100644
--- a/doc/makepkg.8.txt
+++ b/doc/makepkg.8.txt
@@ -187,6 +187,21 @@ Environment Variables
 	corresponding value defined in linkman:makepkg.conf[5].
 
 
+Examples
+--------
+To create a new package from scratch and let makepkg handle md5sums:
+
+   $ mkdir mypkg
+   # create PKGBUILD with your favorite editor
+   $ makepkg -g >> PKGBUILD
+   $ makepkg
+
+Files
+-----
+PKGBUILD::
+	Package build description file in the *current* directory.
+
+
 Configuration
 -------------
 See linkman:makepkg.conf[5] for more details on configuring makepkg using the


Reply via email to