initial package, lets see...

This commit is contained in:
Vivianne 2024-03-04 18:08:21 -05:00
parent f2a0ab92e9
commit 150f3453ac
2 changed files with 13 additions and 8 deletions

4
.guix-authorizations Normal file
View File

@ -0,0 +1,4 @@
(authorizations
(version 0)
(("5C77FAFD241B4CC713014C8AF3E249EDFAC7BE26"
(name "Vivianne Langdon"))))

View File

@ -16,14 +16,15 @@
(package (package
(name "guile-termenv") (name "guile-termenv")
(version "0.1") (version "0.1")
(source (source)
(local-file (origin
"../.." "guile-termenv-checkout" (method git-fetch)
#:recursive? #t (uri (git-reference
#:select? (lambda (file stat) (url "https://git.solarpunk.moe/solarpunk-guile/guile-termenv.git")
(not (any (lambda (my-string) (commit "v0.1")
(string-contains file my-string)) (sha256
(list ".git" ".dir-locals.el" "guix.scm")))))) (base32
""))))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list (list