Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dickmao/patch-melpa-requires

Reconcile MELPA versioning
https://github.com/dickmao/patch-melpa-requires

Last synced: 14 days ago
JSON representation

Reconcile MELPA versioning

Awesome Lists containing this project

README

        

|build-status| |melpa-dev|

A ball of mud approach to purging MELPA's original sin.

.. COMMENTARY (see Makefile)

.. |build-status|
image:: https://github.com/dickmao/patch-melpa-requires/workflows/CI/badge.svg?branch=dev
:target: https://github.com/dickmao/patch-melpa-requires/actions
:alt: Build Status
.. |melpa-dev|
image:: https://melpa.org/packages/patch-melpa-requires-badge.svg
:target: http://melpa.org/#/patch-melpa-requires
:alt: MELPA current version

Install
=======
As described in `Getting started`_, ensure melpa's whereabouts in ``init.el`` or ``.emacs``::

(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))

Then

::

M-x package-refresh-contents RET
M-x package-install RET patch-melpa-requires RET

Or, directly clone this repo and ``make install``.

.. _Getting started: http://melpa.org/#/getting-started
.. _Issue 2944: https://github.com/melpa/melpa/issues/2944
.. _Advising Functions: https://www.gnu.org/software/emacs/manual/html_node/elisp/Advising-Functions.html