Browse Source
etc: Use git-file-name if origin is git-fetch.
* etc/snippets/scheme-mode/guix-origin: Use git-file-name.
wip-ipfs
Pierre Neidhardt
4 years ago
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with
3 additions and
1 deletions
-
etc/snippets/scheme-mode/guix-origin
|
|
@ -15,7 +15,9 @@ |
|
|
|
((equal yas-text "hg-fetch") "hg-reference...") |
|
|
|
((equal yas-text "cvs-fetch") "cvs-reference...") |
|
|
|
(t "(string-append \\"https://\\" version \\".tar.gz\\")"))}$0) |
|
|
|
${1:$(cond ((member yas-text '("git-fetch" "svn-fetch" "hg-fetch" "cvs-fetch")) |
|
|
|
${1:$(cond ((equal yas-text "git-fetch") |
|
|
|
"(file-name (git-file-name name version))") |
|
|
|
((member yas-text '("svn-fetch" "hg-fetch" "cvs-fetch")) |
|
|
|
"(file-name (string-append name \\"-\\" version \\"-checkout\\"))") |
|
|
|
(t ""))} |
|
|
|
(sha256 |
|
|
|