From cb5524e53a179b6860d0ad8d2af7f5fa98824405 Mon Sep 17 00:00:00 2001 From: Hanketsu Date: Fri, 31 Jan 2025 22:38:19 +0100 Subject: battering: Add go-github-com-varlink-go. * battering/packages/golang-xyz.scm (go-github-com-varlink-go): New variable. --- battering/packages/golang-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/battering/packages/golang-xyz.scm b/battering/packages/golang-xyz.scm index e803add..0a8e9b4 100644 --- a/battering/packages/golang-xyz.scm +++ b/battering/packages/golang-xyz.scm @@ -67,3 +67,26 @@ @@url{https://github.com/iovisor/bcc,bcc framework} as well as low-level routines to load and use @code{eBPF} programs from .elf files.") (license license:asl2.0))) + +(define-public go-github-com-varlink-go + (package + (name "go-github-com-varlink-go") + (version "0.4.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/varlink/go") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1bhpi18xrmf5in2m4y6wj2q05rxk9m219knk9dj3bin1aj1dlf56")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/varlink/go/varlink" + #:unpack-path "github.com/varlink/go")) + (home-page "https://github.com/varlink/go") + (synopsis "Varlink implementation in Go") + (description "This is an implementation of the varlink protocol in golang.") + (license license:asl2.0))) -- cgit v1.2.3