]> git.proxmox.com Git - pve-manager.git/blame - aplinfo/Makefile
update shipped aplliance info index
[pve-manager.git] / aplinfo / Makefile
CommitLineData
beb651ee
DM
1
2DOCDIR=/usr/share/doc/pve-manager/
3
d16531e3 4TRUSTED_KEYS= \
8d99bc45 5 proxmox-release-6.x.pubkey \
c01096fb 6 proxmox-release-bullseye.pubkey \
228e723a 7 proxmox-release-bookworm.gpg \
d16531e3
DM
8 release@turnkeylinux.com.pubkey
9
beb651ee
DM
10all:
11
12.PHONY: install
868801cb 13install: aplinfo.dat trustedkeys.gpg
147d67c4
TL
14 install -D -m 0644 aplinfo.dat $(DESTDIR)$(DOCDIR)/aplinfo.dat
15 install -D -m 0644 trustedkeys.gpg $(DESTDIR)$(DOCDIR)/trustedkeys.gpg
beb651ee 16
68097d8c
DM
17.PHONY: update
18update:
19 rm -f aplinfo.dat
185a94ab 20 wget http://download.proxmox.com/images/aplinfo-pve-8.dat -O aplinfo.dat.tmp
68097d8c
DM
21 mv aplinfo.dat.tmp aplinfo.dat
22
147d67c4 23trustedkeys.gpg: $(TRUSTED_KEYS)
085cf362 24 sq keyring join --binary -o $@.tmp *.pubkey proxmox-release-bookworm.gpg
00ea2e4b 25 mv $@.tmp $@
868801cb 26
beb651ee
DM
27.PHONY: clean
28clean:
00ea2e4b 29 rm -rf *~ aplinfo.dat.gz aplinfo.dat.asc trustedkeys.gpg