New utility: xbps-fbulk - a fast bulk builder for xbps.
This is a modified version of DragonFlyBSD's fastbulk utility, that has been adapted for xbps/xbps-src and contains multiple improvements like configurable logging path, skipping building non working packages (broken/only_for_archs), etc. A manual page will be pushed soon. This is still WIP, it needs more changes to support building a customizable set of packages and other additions.
This commit is contained in:
7
bin/xbps-fbulk/Makefile
Normal file
7
bin/xbps-fbulk/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
TOPDIR = ../..
|
||||
-include $(TOPDIR)/config.mk
|
||||
|
||||
BIN = xbps-fbulk
|
||||
MAN =
|
||||
|
||||
include $(TOPDIR)/mk/prog.mk
|
Reference in New Issue
Block a user