mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/scdoc: new host package
dependency for host-hare Signed-off-by: Francois Perrad <francois.perrad.86@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
ce99164846
commit
cfba7bc570
@@ -1206,6 +1206,7 @@ F: package/pkg-perl.mk
|
||||
F: package/pkg-luarocks.mk
|
||||
F: package/quickjs/
|
||||
F: package/rings/
|
||||
F: package/scdoc/
|
||||
F: package/wsapi/
|
||||
F: package/wsapi-fcgi/
|
||||
F: package/wsapi-xavante/
|
||||
|
||||
3
package/scdoc/scdoc.hash
Normal file
3
package/scdoc/scdoc.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 e1a9c2000f855123a1a50c8f897073e0ee95fc41787431efe3864c2f1c2e7092 1.11.4.tar.gz
|
||||
sha256 ad227c56bf22c9fa35be3d383789d065698904b61161f6a8339b91bde5a3e48b COPYING
|
||||
22
package/scdoc/scdoc.mk
Normal file
22
package/scdoc/scdoc.mk
Normal file
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# scdoc
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SCDOC_VERSION = 1.11.4
|
||||
SCDOC_SITE = https://git.sr.ht/~sircmpwn/scdoc/archive
|
||||
SCDOC_SOURCE = $(SCDOC_VERSION).tar.gz
|
||||
SCDOC_LICENSE = MIT
|
||||
SCDOC_LICENSE_FILES = COPYING
|
||||
|
||||
define HOST_SCDOC_BUILD_CMDS
|
||||
$(HOST_MAKE_ENV) $(MAKE) -C $(@D) all
|
||||
endef
|
||||
|
||||
define HOST_SCDOC_INSTALL_CMDS
|
||||
$(HOST_MAKE_ENV) $(MAKE) -C $(@D) \
|
||||
PREFIX="$(HOST_DIR)" install
|
||||
endef
|
||||
|
||||
$(eval $(host-generic-package))
|
||||
Reference in New Issue
Block a user