diff README.templates.md @ 31:afb6f8eb89da

vanilla: add more documentation
author David Demelier <markand@malikania.fr>
date Tue, 26 Feb 2019 09:16:42 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.templates.md	Tue Feb 26 09:16:42 2019 +0100
@@ -0,0 +1,21 @@
+vanilla templates
+=================
+
+The templates directory contains several files to help you creating new
+packages.
+
+Build scripts
+=============
+
+The following templates are available as build scripts. Just rename one of them
+to the appropriate package name.
+
+- autotools.sh: for autoconf/automake programs,
+- cmake.sh: for CMake programs,
+- python.sh: for python (using setuptools) programs.
+
+Other files
+===========
+
+- template.info: the .info file required,
+- rc: a sample init script file if applicable.