https://github.com/pedroediaz/xbps-make
xbps Makefiles repositories
https://github.com/pedroediaz/xbps-make
make posix repo repositories void void-linux void-packages voidlinux xbps xbps-src
Last synced: 12 months ago
JSON representation
xbps Makefiles repositories
- Host: GitHub
- URL: https://github.com/pedroediaz/xbps-make
- Owner: PedroEdiaz
- License: 0bsd
- Created: 2024-06-16T06:43:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-20T19:27:50.000Z (over 1 year ago)
- Last Synced: 2025-01-11T19:16:54.572Z (about 1 year ago)
- Topics: make, posix, repo, repositories, void, void-linux, void-packages, voidlinux, xbps, xbps-src
- Language: C
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
xbps-make: xbps Makefiles repository
====================================
This is a repository of posix Makefiles used to build diferent xbps
packages with one simple generic command and minimum dependecies.
Easy to hack if you don't use xbps, or any other dependecie.
Usage:
$ make devel/tcc.src (download source)
$ make devel/tcc.xbps (build and make package)
Options:
MAN=no (Do not install manuals)
POSIX=no (Do not install complice)
BUILDDIR=path (compile .src on path)
CACHEDIR=path (save .src on path)
XBPSDIR=path (save .xbps on path)
Dependecies:
* xbps
* make
* tar
* gzip
_ curl
_ git
_ sha256
_ sed
_ find
_ xargs
Warning:
* This proyect it's used with bmake, other posix make programs
haven't been tested, but it should work, feel free to adapt it
if needed.
* GNU make doesn't work because the "include" command work
diferent than posix make "include" command.
Licence:
0BSD - Zero Clause BSD Licence