diff --git a/.woodpecker.yml b/.woodpecker.yml index 49a6a36..c6150b5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -27,6 +27,7 @@ steps: environment: - LICENSE=GPL-2.0 - SHORT_DESCRIPTION=Customized dwm + - DEPENDENCIES="pango" commands: | xbps-create -A x86_64 \ -H "$${CI_REPO_URL}" \ @@ -34,6 +35,7 @@ steps: -n "$${CI_REPO_NAME}-$${CI_COMMIT_TAG}_1" \ -m "$${CI_COMMIT_AUTHOR} <$${CI_COMMIT_AUTHOR_EMAIL}>" \ -s "$${SHORT_DESCRIPTION}" \ + -D "$${DEPENDENCIES}" \ "$${CI_WORKSPACE}/pkg" package-targz: