ELPA_DEPENDENCIES=package-lint
|
|
|
|
ELPA_ARCHIVES=melpa-stable gnu
|
|
|
|
LINT_CHECKDOC_FILES=desktop-environment.el
|
|
LINT_PACKAGE_LINT_FILES=desktop-environment.el
|
|
LINT_COMPILE_FILES=desktop-environment.el
|
|
|
|
makel.mk:
|
|
# Download makel
|
|
@if [ -f ../makel/makel.mk ]; then \
|
|
ln -s ../makel/makel.mk .; \
|
|
else \
|
|
curl \
|
|
--fail --silent --show-error --insecure --location \
|
|
--retry 9 --retry-delay 9 \
|
|
-O https://gitlab.petton.fr/DamienCassou/makel/raw/v0.6.0/makel.mk; \
|
|
fi
|
|
|
|
# Include makel.mk if present
|
|
-include makel.mk
|