mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
14 lines
452 B
Makefile
14 lines
452 B
Makefile
################################################################################
|
|
#
|
|
# libplatform
|
|
#
|
|
################################################################################
|
|
|
|
LIBPLATFORM_VERSION = 2748be52ae27e6007ef548b697d4a03ff7de4291
|
|
LIBPLATFORM_SITE = $(call github,Pulse-Eight,platform,$(LIBPLATFORM_VERSION))
|
|
LIBPLATFORM_LICENSE = GPL-2.0+
|
|
LIBPLATFORM_LICENSE_FILES = LICENSE.md
|
|
LIBPLATFORM_INSTALL_STAGING = YES
|
|
|
|
$(eval $(cmake-package))
|