blob: c1970d9b67c6ae51633b6a2dc90f77e9821ed511 [file] [log] [blame]
mendel-keyring.gpg: cloud-key.gpg linux_signing_key.pub
gpg --no-keyring --import-options import-export --import $^ > $@
build: mendel-keyring.gpg
install: build
install -d $(DESTDIR)/etc/apt/trusted.gpg.d/
cp mendel-keyring.gpg $(DESTDIR)/etc/apt/trusted.gpg.d/
clean:
rm -f mendel-keyring.gpg
.PHONY: build install clean