mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: Add go-github-com-anmitsu-go-shlex.
* gnu/packages/golang-xyz.scm (go-github-com-anmitsu-go-shlex): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I75f63d866fb8c6cd8e80ac48fc207236d839a028
This commit is contained in:
parent
bb4f0509b7
commit
0969cb0b48
1 changed files with 22 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
|
;;; Copyright © 2022 Dominic Martinez <dom@dominicm.dev>
|
||||||
;;; Copyright © 2023 Benjamin <benjamin@uvy.fr>
|
;;; Copyright © 2023 Benjamin <benjamin@uvy.fr>
|
||||||
;;; Copyright © 2023 Thomas Ieong <th.ieong@free.fr>
|
;;; Copyright © 2023 Thomas Ieong <th.ieong@free.fr>
|
||||||
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||||
|
@ -38,6 +39,27 @@
|
||||||
;;;
|
;;;
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
(define-public go-github-com-anmitsu-go-shlex
|
||||||
|
(package
|
||||||
|
(name "go-github-com-anmitsu-go-shlex")
|
||||||
|
(version "0.0.0-20200514113438-38f4b401e2be")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/anmitsu/go-shlex")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "17iz68yzbnr7y4s493asbagbv79qq8hvl2pkxvm6bvdkgphj8w1g"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments '(#:import-path "github.com/anmitsu/go-shlex"))
|
||||||
|
(home-page "https://github.com/anmitsu/go-shlex")
|
||||||
|
(synopsis "Simple shell-like lexical analyzer for Go")
|
||||||
|
(description "This package provides a simple lexical analyzer to parse
|
||||||
|
shell-like commands.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-djherbis-atime
|
(define-public go-github-com-djherbis-atime
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-djherbis-atime")
|
(name "go-github-com-djherbis-atime")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue