mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
New package: ser2net-4.6.5
Co-authored-by: @Bnyro Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
This commit is contained in:
parent
a05086913d
commit
e71e8e7d44
1 changed files with 16 additions and 0 deletions
16
srcpkgs/ser2net/template
Normal file
16
srcpkgs/ser2net/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'ser2net'
|
||||
pkgname=ser2net
|
||||
version=4.6.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libgensio-devel libyaml-devel"
|
||||
checkdepends="python"
|
||||
short_desc="Serial to network interface, allows TCP/UDP to serial port connections"
|
||||
maintainer="Vincent Legoll <vincent.legoll@gmail.com>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/cminyard/ser2net"
|
||||
changelog="https://github.com/cminyard/ser2net/releases"
|
||||
distfiles="https://github.com/cminyard/ser2net/releases/download/v${version}/ser2net-${version}.tar.gz"
|
||||
checksum=96dfc3fd06b1bf4d7c1f46d7e8cc1eff555de64f419d76f57bd0346e000f9781
|
||||
make_check=no # requires python-gensio which is not built
|
Loading…
Add table
Reference in a new issue