@@ -4189,3 +4189,27 @@ quoting, commenting, and escaping.")
(description "A POSIX-compatible getopt implementation for Go, because
POSIX getopt is The Correct Way to interpret arguments to command line utilities.")
(license license:expat))))
+
+(define-public go-git-sr-ht-sircmpwn-pty
+ (let ((commit "3a43678975a9cb13dbcf05ea7a1611ebce3eadb2")
+ (url "https://git.sr.ht/~sircmpwn/pty"))
+ (package
+ (name "go-git-sr-ht-sircmpwn-pty")
+ (version (git-version "0.0.0" "0" commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url url)
+ (commit commit)))
+ (sha256
+ (base32
+ "1spa779vb2j1vgwm1cpbmf7f8wj6zwyyy49ihz134izvah7vncsw"))
+ (file-name (git-file-name name version))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "git.sr.ht/~sircmpwn/pty"))
+ (home-page url)
+ (synopsis "A Go package for using unix pseudo-terminals")
+ (description "Pty is a Go package for using unix pseudo-terminals.")
+ (license license:expat))))