initial commit

This commit is contained in:
2024-02-08 03:52:30 +01:00
commit 28c01be6e3
5 changed files with 242 additions and 0 deletions

14
Eask Normal file
View File

@@ -0,0 +1,14 @@
(package "password-gen"
"0.1.0"
"Password generator for Emacs")
(website-url "https://labs.phundrak.com/phundrak/password-gen.el")
(keywords "")
(package-file "password-gen.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source "gnu")
(depends-on "emacs" "26.1")