blob: 2af838eb854cd568f6806b870ee6316f28a2b30f (
plain)
1
2
3
4
5
6
7
8
9
10
|
## ibps-src
This build system is heavily inspired by xbps-src (obviously). If you see a lot
of similarities, from templating functionalities to pipeline, yes, it is very
similar.
## template requirements
- each template must have a "name"
- each template must have a "version"
- each template must have a "release", indicating a release source code url.
|