blob: a1bb8bf47ebc94a7c06aba7419d56da20fcf2c67 [file] [log] [blame]
mendel-keyring.gpg: cloud-key.gpg linux_signing_key.pub mendel-pubkey.gpg
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