Add hashvatar
modules/cogd/packages/web.scm
| 72 | 72 | It's a little helper for developing Homie devices or just to spot the | |
| 73 | 73 | amount of Homie devices you are running at home.") | |
| 74 | 74 | (license license:expat)))) | |
| 75 | + | ||
| 76 | + | (define-public hashvatar | |
| 77 | + | (let ((commit "8621c5fec77853f06f2dace1b8d3f4381fbf80f3") | |
| 78 | + | (revision "0")) | |
| 79 | + | (package | |
| 80 | + | (name "hashvatar") | |
| 81 | + | (version (git-version "0" revision commit)) | |
| 82 | + | (source | |
| 83 | + | (origin | |
| 84 | + | (method git-fetch) | |
| 85 | + | (uri (git-reference | |
| 86 | + | (url "https://codeberg.org/spritely/hashvatar") | |
| 87 | + | (commit commit))) | |
| 88 | + | (file-name (git-file-name name version)) | |
| 89 | + | (sha256 | |
| 90 | + | (base32 "18gbh6niqkdgqg6xfwn0hrzaz129cpifhcw3ykflflz4hnch4mx8")))) | |
| 91 | + | (build-system copy-build-system) | |
| 92 | + | (arguments | |
| 93 | + | (list | |
| 94 | + | #:install-plan | |
| 95 | + | #~'(("." "share/web/hashvatar/")))) | |
| 96 | + | (home-page "https://codeberg.org/spritely/hashvatar") | |
| 97 | + | (synopsis "hashvatar") | |
| 98 | + | (description "hashvatar") | |
| 99 | + | (license license:asl2.0)))) |