Update Readme
This commit is contained in:
21
README
21
README
@@ -1,8 +1,15 @@
|
|||||||
xbps-make: xbps Makefiles repository
|
xbps-make: Minimal Package Builder for XBPS
|
||||||
====================================
|
===========================================
|
||||||
This is a repository of posix Makefiles used to build diferent xbps
|
A lightweight, POSIX-compliant Makefile wrapper to automate building packages
|
||||||
packages with one simple generic command and minimum dependecies.
|
for the XBPS package manager (used in Void Linux). Designed for developers who
|
||||||
Easy to hack if you don't use xbps, or any other dependecie.
|
want a simple, scriptable interface to streamline package builds without
|
||||||
|
complex tooling.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
- Minimal dependecies
|
||||||
|
- Declarative build system
|
||||||
|
- Allow Hacking for other package managments
|
||||||
|
- Rebuilds only when necessary
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
$ make devel/tcc.src (download source)
|
$ make devel/tcc.src (download source)
|
||||||
@@ -16,8 +23,8 @@ Options:
|
|||||||
XBPSDIR=path (save .xbps on path)
|
XBPSDIR=path (save .xbps on path)
|
||||||
|
|
||||||
Dependecies:
|
Dependecies:
|
||||||
* xbps
|
* XBPS
|
||||||
* make
|
* Posix Make
|
||||||
* tar
|
* tar
|
||||||
* gzip
|
* gzip
|
||||||
_ curl
|
_ curl
|
||||||
|
|||||||
Reference in New Issue
Block a user