Compare commits

..

No commits in common. "65b3d3cd75186d4b029c633787d7e09a274662f7" and "a05c59cacf5db945e767fad3b352c90847c2fca8" have entirely different histories.

1 changed files with 2 additions and 7 deletions

View File

@ -4,10 +4,5 @@ define vinstall
export XBPS_ARCH=$(VOID_ARCH) && xbps-install -Su -R $(VOID_REPO) -r $(MNTDIR) $(1)
endef
base:
$(call vinstall,base-system)
tools:
$(call vinstall,base-devel git tcc wget vim-x11 tmux)
test:
$(call vinstall,base-system vim)