From 1806528978ed3ef8d21d1a202e4bf09c075d85ea Mon Sep 17 00:00:00 2001 From: Artur Jamro Date: Wed, 1 Jan 2014 21:19:08 +0000 Subject: [PATCH] Hugen recipe: added better description --- dev-cpp/hugen/hugen-1.recipe | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-cpp/hugen/hugen-1.recipe b/dev-cpp/hugen/hugen-1.recipe index d15b22fba..2e485f93a 100644 --- a/dev-cpp/hugen/hugen-1.recipe +++ b/dev-cpp/hugen/hugen-1.recipe @@ -1,4 +1,10 @@ -DESCRIPTION="Hugen is a simply python script for generating code from templates." +DESCRIPTION=" +Hugen is a simply python script for generating code for Haiku \ +applications. It is based on templates. You can define your own \ +one and quick generate some files with adequate names and content \ +instead creating it manually. Templates for class and simple \ +application with Makefile and Jamfile are provided by default. +" SUMMARY="Code generator for Haiku" HOMEPAGE="https://github.com/aldeck/hugen" COPYRIGHT="2009 Alexandre Deckner"