mirror of
https://github.com/chrisbarrett/nursery
synced 2025-09-04 15:03:32 -05:00
Move deps into a pkg file
This commit is contained in:
14
lisp/nursery-pkg.el
Normal file
14
lisp/nursery-pkg.el
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
(define-package
|
||||||
|
"nursery"
|
||||||
|
"0.0.1-pre"
|
||||||
|
"Unpackage shared Lisp"
|
||||||
|
'((emacs "27.1")
|
||||||
|
(async "1.9.5")
|
||||||
|
(dash "2.19.1")
|
||||||
|
(f "0.17.2")
|
||||||
|
(ht "2.4")
|
||||||
|
(org "9.5.3")
|
||||||
|
(org-drill "2.7.0")
|
||||||
|
(org-roam "2.2.2")
|
||||||
|
(pcre2el "1.8")
|
||||||
|
(ts "0.3-pre")))
|
@@ -6,10 +6,6 @@
|
|||||||
|
|
||||||
;; Homepage: https://github.com/chrisbarrett/nursery
|
;; Homepage: https://github.com/chrisbarrett/nursery
|
||||||
|
|
||||||
;; Version: 0.0.1-pre
|
|
||||||
|
|
||||||
;; Package-Requires: ((emacs "27.1") (org "9.5.3") (org-roam "2.2.2"))
|
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; it under the terms of the GNU General Public License as published by
|
;; it under the terms of the GNU General Public License as published by
|
||||||
;; the Free Software Foundation, either version 3 of the License, or
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
|
@@ -4,12 +4,8 @@
|
|||||||
|
|
||||||
;; Author: Chris Barrett <chris+emacs@walrus.cool>
|
;; Author: Chris Barrett <chris+emacs@walrus.cool>
|
||||||
|
|
||||||
;; Package-Requires: ((emacs "27.1") (dash "2.19.1"))
|
|
||||||
|
|
||||||
;; Homepage: https://github.com/chrisbarrett/nursery
|
;; Homepage: https://github.com/chrisbarrett/nursery
|
||||||
|
|
||||||
;; Version: 0.0.1-pre
|
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; it under the terms of the GNU General Public License as published by
|
;; it under the terms of the GNU General Public License as published by
|
||||||
;; the Free Software Foundation, either version 3 of the License, or
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
|
@@ -4,12 +4,8 @@
|
|||||||
|
|
||||||
;; Author: Chris Barrett <chris+emacs@walrus.cool>
|
;; Author: Chris Barrett <chris+emacs@walrus.cool>
|
||||||
|
|
||||||
;; Package-Requires: ((emacs "27.1") (dash "2.19.1") (ts "0.3-pre") (org-roam "2.2.2") (org-drill "2.7.0"))
|
|
||||||
|
|
||||||
;; Homepage: https://github.com/chrisbarrett/nursery
|
;; Homepage: https://github.com/chrisbarrett/nursery
|
||||||
|
|
||||||
;; Version: 0.0.1-pre
|
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; it under the terms of the GNU General Public License as published by
|
;; it under the terms of the GNU General Public License as published by
|
||||||
;; the Free Software Foundation, either version 3 of the License, or
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
|
@@ -2,12 +2,8 @@
|
|||||||
|
|
||||||
;; Copyright (C) 2022 Chris Barrett
|
;; Copyright (C) 2022 Chris Barrett
|
||||||
|
|
||||||
;; Package-Requires: ((emacs "27.2") (dash "2.19.1") (f "0.17.2") (org-roam "2.2.2"))
|
|
||||||
|
|
||||||
;; Homepage: https://github.com/chrisbarrett/nursery
|
;; Homepage: https://github.com/chrisbarrett/nursery
|
||||||
|
|
||||||
;; Version: 0.0.1-pre
|
|
||||||
|
|
||||||
;; Author: Chris Barrett <chris+emacs@walrus.cool>
|
;; Author: Chris Barrett <chris+emacs@walrus.cool>
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
@@ -31,7 +27,6 @@
|
|||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(require 'dash)
|
(require 'dash)
|
||||||
(require 'f)
|
|
||||||
(require 'org)
|
(require 'org)
|
||||||
(require 'org-roam)
|
(require 'org-roam)
|
||||||
(require 'plisty)
|
(require 'plisty)
|
||||||
|
@@ -4,12 +4,8 @@
|
|||||||
|
|
||||||
;; Author: Chris Barrett <chris+emacs@walrus.cool>
|
;; Author: Chris Barrett <chris+emacs@walrus.cool>
|
||||||
|
|
||||||
;; Package-Requires: ((emacs "27.1") (async "1.9.5") (dash "2.19.1") (org-roam "2.2.2") (pcre2el "1.8"))
|
|
||||||
|
|
||||||
;; Homepage: https://github.com/chrisbarrett/nursery
|
;; Homepage: https://github.com/chrisbarrett/nursery
|
||||||
|
|
||||||
;; Version: 0.0.1-pre
|
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; it under the terms of the GNU General Public License as published by
|
;; it under the terms of the GNU General Public License as published by
|
||||||
;; the Free Software Foundation, either version 3 of the License, or
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
|
@@ -2,14 +2,10 @@
|
|||||||
|
|
||||||
;; Copyright (C) 2022 Chris Barrett
|
;; Copyright (C) 2022 Chris Barrett
|
||||||
|
|
||||||
;; Package-Requires: ((emacs "27.1") (dash "2.19.1") (ht "2.4"))
|
|
||||||
|
|
||||||
;; Author: Chris Barrett <chris+emacs@walrus.cool>
|
;; Author: Chris Barrett <chris+emacs@walrus.cool>
|
||||||
|
|
||||||
;; Homepage: https://github.com/chrisbarrett/nursery
|
;; Homepage: https://github.com/chrisbarrett/nursery
|
||||||
|
|
||||||
;; Version: 0.0.1-pre
|
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; it under the terms of the GNU General Public License as published by
|
;; it under the terms of the GNU General Public License as published by
|
||||||
;; the Free Software Foundation, either version 3 of the License, or
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
|
Reference in New Issue
Block a user