mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: Add go-github-com-rvflash-elapsed.
* gnu/packages/golang-xyz.scm (go-github-com-rvflash-elapsed): New variable. Change-Id: Ic45586fa338317410819f1d67042935b72cd95e0 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
063cff5c90
commit
99dc1a2645
1 changed files with 24 additions and 0 deletions
|
|
@ -20035,6 +20035,30 @@ logging.")
|
|||
#:go go-1.23
|
||||
#:import-path "github.com/russross/blackfriday/v2"))))
|
||||
|
||||
(define-public go-github-com-rvflash-elapsed
|
||||
(package
|
||||
(name "go-github-com-rvflash-elapsed")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/rvflash/elapsed")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jawknvv51k1awlzpyr2qc1s75s1fg3l40c0zhixp1sc98hl434c"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/rvflash/elapsed"))
|
||||
(home-page "https://github.com/rvflash/elapsed")
|
||||
(synopsis "Calculates the elapsed time for a given date")
|
||||
(description
|
||||
"This package can be used to return the elapsed time since a
|
||||
given time in a human-readable format.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-rwcarlsen-goexif
|
||||
;; No release or version tag, Golang pseudo version:
|
||||
;; 0.0.0-20190401172101-9e8deecbddbd.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue