all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#65100] [PATCH] gnu: Add libmodbus.
@ 2023-08-05 16:19 Vinicius Monego
  2023-09-06  0:51 ` bug#65100: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2023-08-05 16:19 UTC (permalink / raw)
  To: 65100; +Cc: Vinicius Monego

* gnu/packages/engineering.scm (libmodbus): New variable.
---
 gnu/packages/engineering.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index b5b4ad1b10..87e0b0e396 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1518,6 +1518,27 @@ (define-public sterm
     (home-page "https://github.com/wentasah/sterm")
     (license license:gpl3+)))
 
+(define-public libmodbus
+  (package
+    (name "libmodbus")
+    (version "3.1.10")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/stephane/libmodbus")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0nbpk1n56kclab8fl32dxi46v2bwax3gfk1zkc796srm7vj42sbv"))))
+    (build-system gnu-build-system)
+    (native-inputs (list autoconf automake libtool))
+    (synopsis "Library for the Modbus protocol")
+    (description "@code{libmodbus} is a library to send/receive data with a
+device which respects the Modbus protocol.  This library can use a serial port
+or an Ethernet connection.")
+    (home-page "https://libmodbus.org/")
+    (license license:lgpl2.1+)))
 (define-public harminv
   (package
     (name "harminv")
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#65100: [PATCH] gnu: Add libmodbus.
  2023-08-05 16:19 [bug#65100] [PATCH] gnu: Add libmodbus Vinicius Monego
@ 2023-09-06  0:51 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2023-09-06  0:51 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 65100-done

Hi,

Vinicius Monego <monego@posteo.net> writes:

> * gnu/packages/engineering.scm (libmodbus): New variable.

Installed, thanks for contributing!

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-06  0:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-05 16:19 [bug#65100] [PATCH] gnu: Add libmodbus Vinicius Monego
2023-09-06  0:51 ` bug#65100: " Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.