diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-25 17:19:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-25 17:23:16 +0100 |
commit | 3eedc231fde9531c4cbd53f3953df6ab88ff36a8 (patch) | |
tree | 7563f33ce265e5ea17062a2aaf68f00af6f0d71c /package | |
parent | 736ae5ff3fd1daf7a8ce119337ec6ff67b456585 (diff) |
hugo: remove package
Diffstat (limited to 'package')
-rw-r--r-- | package/hugo/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/package/hugo/Makefile b/package/hugo/Makefile deleted file mode 100644 index ab25a693f..000000000 --- a/package/hugo/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include $(ADK_TOPDIR)/rules.mk - -PKG_NAME:= hugo -PKG_VERSION:= 0.18.1 -PKG_RELEASE:= 1 -PKG_HASH:= 29db2524a3042f507162164ec3ce9071277a7608547f4ea4f739d63cac4b39e4 -PKG_DESCR:= fast website generator -PKG_SECTION:= net/http -PKG_BUILDDEP:= go-host -PKG_URL:= https://gohugo.io -PKG_SITES:= https://github.com/spf13/hugo/archive/ - -DISTFILES:= v$(PKG_VERSION).tar.gz - -include $(ADK_TOPDIR)/mk/package.mk - -$(eval $(call PKG_template,HUGO,hugo,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION))) - -CONFIG_STYLE:= manual -BUILD_STYLE:= manual -INSTALL_STYLE:= manual - -include $(ADK_TOPDIR)/mk/go.mk - -do-build: - (cd $(WRKBUILD) && $(ADK_GO_TARGET_ENV) $(ADK_GO) \ - get -v github.com/spf13/hugo) - -hugo-install: - $(INSTALL_DIR) $(IDIR_HUGO)/usr/bin - $(INSTALL_BIN) $(ADK_GO_BINPATH)/hugo \ - $(IDIR_HUGO)/usr/bin - -include $(ADK_TOPDIR)/mk/pkg-bottom.mk |