Finish trashing files

This commit is contained in:
2025-10-03 00:11:02 -07:00
parent 092b0993e7
commit 9ab3a6c374
5 changed files with 306 additions and 5 deletions

View File

@ -5,12 +5,14 @@
:maintainer "Alexander Rosenberg <zanderpkg@pm.me>"
:homepage "https://git.zander.im/Zander671/cl-xdg-trash"
:license "GPL3"
:depends-on (#:local-time)
:depends-on (#:local-time #:uiop #:trivial-features #:yason #:cffi)
:serial t
:components
((:file "package")
(:file "url-encode")
(:file "trashinfo"))
(:file "mountpoints")
(:file "trashinfo")
(:file "trash"))
:long-description
#.(uiop:read-file-string
(uiop:subpathname *load-pathname* "README.md")))