kumquat-buildroot/package/wtfutil/wtfutil.mk
Fabrice Fontaine cfaee5c49f package/wtfutil: add CPE variables
cpe:2.3🅰️wtfutil:wtf is a valid CPE identifier for this package:

  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Awtfutil%3Awtf

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-04-27 20:50:16 +02:00

15 lines
413 B
Makefile

################################################################################
#
# wtfutil
#
################################################################################
WTFUTIL_VERSION = 0.41.0
WTFUTIL_SITE = $(call github,wtfutil,wtf,v$(WTFUTIL_VERSION))
WTFUTIL_LICENSE = MPL-2.0
WTFUTIL_LICENSE_FILES = LICENSE.md
WTFUTIL_CPE_ID_VENDOR = wtfutil
WTFUTIL_CPE_ID_PRODUCT = wtf
$(eval $(golang-package))