comparison 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
comparison
equal deleted inserted replaced
30:345ba1fec137 31:afb6f8eb89da
1 vanilla templates
2 =================
3
4 The templates directory contains several files to help you creating new
5 packages.
6
7 Build scripts
8 =============
9
10 The following templates are available as build scripts. Just rename one of them
11 to the appropriate package name.
12
13 - autotools.sh: for autoconf/automake programs,
14 - cmake.sh: for CMake programs,
15 - python.sh: for python (using setuptools) programs.
16
17 Other files
18 ===========
19
20 - template.info: the .info file required,
21 - rc: a sample init script file if applicable.