mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-24 19:42:12 +00:00
Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
398 B
Makefile
13 lines
398 B
Makefile
################################################################################
|
|
#
|
|
# exfat-utils
|
|
#
|
|
################################################################################
|
|
|
|
EXFAT_UTILS_VERSION = 1.3.0
|
|
EXFAT_UTILS_SITE = https://github.com/relan/exfat/releases/download/v$(EXFAT_UTILS_VERSION)
|
|
EXFAT_UTILS_LICENSE = GPL-3.0+
|
|
EXFAT_UTILS_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|