Merge pull request #343 from asakura/3d4b78f4b67b91c8b11f62422f89d034f61219bb

epkg Recipe
This commit is contained in:
Dimitri Fontaine 2011-08-14 10:37:36 -07:00
commit 66f0e540b3
5 changed files with 32 additions and 0 deletions

7
recipes/epkg.el Normal file
View File

@ -0,0 +1,7 @@
(:name epkg
:website "https://github.com/tarsius/epkg"
:description "The stupid package tracker for Emacs"
:type git
:url "https://github.com/tarsius/epkg.git"
:depends (vcomp magit listing)
:compile ("epkg.el" "epkg-ui.el"))

6
recipes/header-button.el Normal file
View File

@ -0,0 +1,6 @@
(:name header-button
:website "https://github.com/tarsius/header-button"
:description "Clickable buttons in header lines"
:type git
:url "https://github.com/tarsius/header-button.git"
:compile "header-button.el")

7
recipes/listing.el Normal file
View File

@ -0,0 +1,7 @@
(:name listing
:website "https://github.com/tarsius/listing"
:description "Show columnized view of list elements"
:type git
:url "https://github.com/tarsius/listing.git"
:depends (header-button map-progress)
:compile "listing.el")

6
recipes/map-progress.el Normal file
View File

@ -0,0 +1,6 @@
(:name map-progress
:website "https://github.com/tarsius/map-progress/"
:description "Mapping macros that report progress"
:type git
:url "https://github.com/tarsius/map-progress.git"
:compile "map-progress.el")

6
recipes/vcomp.el Normal file
View File

@ -0,0 +1,6 @@
(:name vcomp
:website "https://github.com/tarsius/vcomp"
:description "Compare version strings"
:type git
:url "https://github.com/emacsmirror/vcomp.git"
:compile "vcomp.el")