elpa.org (1548B)
1 #+Title:Tilde elisp package archive 2 #+Author: Crazazy 3 #+INCLUDE: ./style.org 4 5 I decided that I didn't want to interact with other people when 6 publishing my package, because somehow I'm antisocial like that 7 This means that there is now a new package repository available for 8 you to use 9 * Installation 10 Usage of the repo is similar to how you'd install melpa and stuff 11 #+begin_src elisp 12 (add-to-list 'package-archives '("tilde" . "https://tilde.cafe/~crazazy/elpa/")) 13 (package-refresh-contents) 14 #+end_src 15 * Adding your own package 16 Right now this archive is kinda barren, and the amount of packages 17 is countable on 1 hand. You can help change that! Just send a mail 18 to [[mailto:crazazy@tilde.cafe][crazazy@tilde.cafe]] with your package where it is located and if 19 you have any special files that need to be put in there (or just 20 send a whole [[https://github.com/melpa/melpa#recipe-format][MELPA recipe]], I use those internally anyways) 21 ** What I'm looking for 22 There are /some/ standards that I want to follow in order to give 23 this package repository a more tilde-like or grassroots-style 24 feel. Mostly this means: 25 - Don't depend on melpa (prefer if you depend just on packages from 26 [[https://gnu.elpa.org][GNU elpa]] but nonGNU is fine). The reason for this is that melpa 27 is *HUGE*. You can seriously improve update time if you don't 28 refresh melpa automatically, and it is not installed by default 29 on an emacs system. 30 - That's it! there used to be other requirements but they were just dumb.