view README.templates.md @ 322:0abd2bc2cb66

x11/xcb-util-renderutil: initial import, closes #1351
author David Demelier <markand@malikania.fr>
date Tue, 26 Mar 2019 20:33:00 +0100
parents afb6f8eb89da
children
line wrap: on
line source

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.