Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dickmao/patch-melpa-requires
- Owner: dickmao
- License: gpl-3.0
- Created: 2021-02-24T22:07:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T23:35:35.000Z (over 3 years ago)
- Last Synced: 2024-10-22T21:41:20.265Z (29 days ago)
- Language: Emacs Lisp
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.in.rst
- License: LICENSE
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 versionInstall
=======
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 RETOr, 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