Files
infix/package/faux/faux.mk
T
Joachim WibergandTobias Waldekranz fdb2a5a6dc package/faux: bump to latest upstream git hash
This is needed for the bleeding edge klish + klish-plugin-sysrepo, which
the next couple of commits will add.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2023-08-08 16:35:18 +02:00

18 lines
510 B
Makefile

################################################################################
#
# faux
#
################################################################################
FAUX_VERSION = 99c9cf7b95d8e2955519e2bec5ddb021eeda2d55
FAUX_SITE = https://github.com/kernelkit/faux.git
#FAUX_VERSION = tags/2.1.0
#FAUX_SITE = https://src.libcode.org/pkun/faux.git
FAUX_SITE_METHOD = git
FAUX_LICENSE = BSD-3
FAUX_LICENSE_FILES = LICENCE
FAUX_INSTALL_STAGING = YES
FAUX_AUTORECONF = YES
$(eval $(autotools-package))