Skip to content

Commit

Permalink
Use Cask package-file directive instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeto committed Jan 29, 2014
1 parent 3f38b35 commit de0bde9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,4 +1,4 @@
*.elc
*.tar
.cask
emacsql-pkg.el
*-pkg.el
8 changes: 1 addition & 7 deletions Cask
@@ -1,8 +1,2 @@
(source melpa)

(package "emacsql" "0.9.0" "high-level SQL database front-end")

(depends-on "emacs" "24.1")
(depends-on "cl-lib" "0.3")
(depends-on "eieio" "1.4")
(depends-on "finalize" "1.0.0")
(package-file "emacsql.el")
2 changes: 2 additions & 0 deletions emacsql.el
Expand Up @@ -4,6 +4,8 @@

;; Author: Christopher Wellons <wellons@nullprogram.com>
;; URL: https://github.com/skeeto/emacsql
;; Version: 0.9.0
;; Package-Requires: ((emacs "24.3") (cl-lib "0.3") (finalize "1.0.0"))

;;; Commentary:

Expand Down

0 comments on commit de0bde9

Please sign in to comment.