1SUMMARY = "Tool to assist in network address calculations for IPv4 and IPv6." 2HOMEPAGE = "https://gitlab.com/ipcalc/ipcalc" 3 4SECTION = "net" 5 6LICENSE = "GPL-2.0-only" 7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 8 9SRC_URI = "git://gitlab.com/ipcalc/ipcalc.git;protocol=https;branch=master" 10SRCREV = "c341e55be386649c0a5347eefeae410753c4e753" 11 12S = "${WORKDIR}/git" 13 14inherit meson 15