~cypheon/nextcloud-chores-app

6d97fc6f5a0c1e4999b674846cd123565314b4e6 — Johann Rudloff 1 year, 5 months ago 9b3db68
Makefile: add `sign` target
1 files changed, 5 insertions(+), 0 deletions(-)

M Makefile
M Makefile => Makefile +5 -0
@@ 91,6 91,11 @@ appstore:
	tar cvzf $(appstore_package_name).tar.gz -C $(appstore_build_directory) $(app_name)
	rm -rf $(appstore_build_directory)/$(app_name)

.PHONY: sign
sign:
	openssl dgst -sha512 -sign $(HOME)/.nextcloud/certificates/$(app_name).key \
    build/artifacts/appstore/$(app_name).tar.gz | openssl base64

.PHONY: lint-php
lint-php: composer
	$(CURDIR)/vendor/bin/psalm --no-cache