Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: asd file #1

Open
jgarte opened this issue Mar 11, 2023 · 3 comments · May be fixed by #2
Open

Feature Request: asd file #1

jgarte opened this issue Mar 11, 2023 · 3 comments · May be fixed by #2

Comments

@jgarte
Copy link

jgarte commented Mar 11, 2023

Hi, would you accept a PR for an asd file?

My intent is to package getpid for Guix.

Having the asd file would make the Guix package code cleaner.

@vindarel
Copy link
Owner

Hello, absolutely, thanks in advance.

@jgarte
Copy link
Author

jgarte commented Mar 14, 2023

For the .asd file as well as packaging getpid for Guix I'll need to add a license.

What license would you like to add?

(asdf:defsystem #:getpid
  :description "Portable snippet to get the PID of the current Lisp image. "
  :author "vindarel <vindarel@mailz.org>"
  :license  "MIT"
  :version "1.0"
  :serial t
  :components ((:file "getpid")))

I can also add a package.lisp file:

;;; package.lisp

(defpackage getpid
  (:use #:cl)
  (:export #:save-pid))

@jgarte jgarte linked a pull request Mar 14, 2023 that will close this issue
@vindarel
Copy link
Owner

OK for MIT and I like the package.lisp, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants