mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
net-misc/mbpoll: add 1.5.2, 9999
please check this Signed-off-by: Zen <dev@pyl.onl>
This commit is contained in:
1
net-misc/mbpoll/Manifest
Normal file
1
net-misc/mbpoll/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST mbpoll-1.5.2.tar.gz 100948 BLAKE2B 043337e7d1aef9f5b274c2da272ce35e175bf9486e3969888c790c11c5c24485b76dd92a60e93ee3aa1b0d2b208d254ff9d36b5706fa8f27a5e810cfaeed9fc2 SHA512 738b1b57002c0920ca574954d02609998d96d8a492a5a2b7178ff95a40442f957fabec88f116d883c5deb7a54bfc414a56583734a5314da4305db819da53b081
|
||||
28
net-misc/mbpoll/mbpoll-1.5.2.ebuild
Normal file
28
net-misc/mbpoll/mbpoll-1.5.2.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="command line utility to communicate with ModBus slave (RTU or TCP) "
|
||||
HOMEPAGE="https://github.com/epsilonrt/mbpoll"
|
||||
SRC_URI="https://github.com/epsilonrt/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="dev-libs/libmodbus"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
|
||||
src_configure() {
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
}
|
||||
|
||||
|
||||
27
net-misc/mbpoll/mbpoll-9999.ebuild
Normal file
27
net-misc/mbpoll/mbpoll-9999.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3 cmake
|
||||
|
||||
DESCRIPTION="command line utility to communicate with ModBus slave (RTU or TCP) "
|
||||
HOMEPAGE="https://github.com/epsilonrt/mbpoll"
|
||||
EGIT_REPO_URI="https://github.com/epsilonrt/${PN}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="dev-libs/libmodbus"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
|
||||
src_configure() {
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
}
|
||||
|
||||
|
||||
11
net-misc/mbpoll/metadata.xml
Normal file
11
net-misc/mbpoll/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>dev@pyl.onl</email>
|
||||
<name>Zen</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">epsilonrt/mbpoll</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user