mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-21 01:52:11 +00:00
Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).
This commit is contained in:
13
package/docopt-cpp/docopt-cpp.mk
Normal file
13
package/docopt-cpp/docopt-cpp.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# docopt-cpp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DOCOPT_CPP_VERSION = 0.6.3
|
||||
DOCOPT_CPP_SITE = $(call github,docopt,docopt.cpp,v$(DOCOPT_CPP_VERSION))
|
||||
DOCOPT_CPP_INSTALL_STAGING = YES
|
||||
DOCOPT_CPP_LICENSE = BSL-1.0 or MIT
|
||||
DOCOPT_CPP_LICENSE_FILES = LICENSE-Boost-1.0 LICENSE-MIT
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user