update ci, add dependency to package
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-02-04 14:59:39 +01:00
parent 2522f7515d
commit b1aee33d0b
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 2 additions and 0 deletions

View File

@ -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: