guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/17: gnu: Add le-biniou-data.


From: guix-commits
Subject: 15/17: gnu: Add le-biniou-data.
Date: Sat, 24 Jun 2023 11:09:01 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c5885b056bdddcf0e150fd591d56acbca37e9e32
Author: Antero Mejr <antero@mailbox.org>
AuthorDate: Wed May 31 19:27:05 2023 +0000

    gnu: Add le-biniou-data.
    
    * gnu/packages/music.scm (le-biniou-data): New variable.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/music.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 2e7eddafb0..03e265feb1 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -7325,6 +7325,27 @@ the same way, and tries to match each block with one in 
its brain to play in
 realtime.")
     (license license:gpl2+)))
 
+(define-public le-biniou-data
+  (package
+    (name "le-biniou-data")
+    (version "3.66.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://gitlab.com/lebiniou/lebiniou-data";)
+                    (commit (string-append "version-" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1s8dax6ryfqz7aqq8rj5ipxddshp5mjdvj0mn9kk1zzr55hvkfb7"))))
+    (build-system gnu-build-system)
+    (native-inputs (list autoconf automake libtool))
+    (home-page "https://biniou.net/";)
+    (synopsis "Data files for use with Le Biniou")
+    (description
+     "This package contains data files for use with Le Biniou.")
+    (license license:gpl2+)))
+
 ;;;
 ;;; Avoid adding new packages to the end of this file. To reduce the chances
 ;;; of a merge conflict, place them above by existing packages with similar



reply via email to

[Prev in Thread] Current Thread [Next in Thread]