myos/stack/ipfs.mk

10 lines
318 B
Makefile
Raw Normal View History

2022-09-10 18:31:23 +02:00
ENV_VARS += IPFS_DAEMON_ARGS IPFS_PROFILE IPFS_VERSION
2022-08-24 11:34:07 +02:00
IPFS_PROFILE ?= $(if $(filter-out amd64 x86_64,$(PROCESSOR_ARCHITECTURE)),lowpower,server)
2022-09-10 18:31:23 +02:00
IPFS_VERSION ?= 0.15.0
2022-08-24 11:34:07 +02:00
2022-07-06 23:27:41 +02:00
.PHONY: bootstrap-stack-ipfs
bootstrap-stack-ipfs: ~/.ipfs
~/.ipfs:
mkdir -p ~/.ipfs