mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-01 06:02:23 +01:00
13 lines
397 B
Makefile
13 lines
397 B
Makefile
################################################################################
|
|
#
|
|
# macchanger
|
|
#
|
|
################################################################################
|
|
|
|
MACCHANGER_VERSION = 1.7.0
|
|
MACCHANGER_SITE = https://github.com/alobbs/macchanger/releases/download/$(MACCHANGER_VERSION)
|
|
MACCHANGER_LICENSE = GPL-2.0+
|
|
MACCHANGER_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|