Compare commits

...

2 Commits

Author SHA1 Message Date
ed barz 65b3d3cd75 tool install added 2020-05-01 10:41:33 +02:00
ed barz 17416c2857 base-system target added 2020-05-01 10:41:17 +02:00
1 changed files with 7 additions and 2 deletions

View File

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