blob: 163a74ebe36b77cdeb95ae88634d76222df5ebb2 [file] [log] [blame]
Andrew Geissler32b11992021-03-31 13:37:05 -05001SUMMARY = "Implementation of rpmatch(3) for musl libc."
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://COPYING;md5=81a81bf31abecc50c20862fc8a716329"
4
Andrew Geissler595f6302022-01-24 19:11:47 +00005SRC_URI = "gitsm://github.com/pullmoll/musl-rpmatch.git;protocol=https;branch=master"
Andrew Geissler32b11992021-03-31 13:37:05 -05006
7PV = "1.0+git${SRCPV}"
8SRCREV = "46267b154987d3e1f25d3a75423faa62bb5ee342"
9
10inherit autotools
11
12S = "${WORKDIR}/git"