package-pipeline-nextcloud/nextcloud-28-app-news/package.sh

15 lines
426 B
Bash
Raw Normal View History

2023-12-14 00:56:30 +01:00
#!/bin/bash
. ../.skel/nextcloud-app/build-nextcloud-app
2024-03-04 22:09:38 +01:00
function pre_fetch() {
# Filter from .skel/build-nextcloud-app, but with restriction to stable versions removed
export _NCAPPS_JQ='.[] | select(.id == $app) | .releases[] | select(.version | contains("-") == false) | "\(.version) \(.download) \(.rawPlatformVersionSpec)"'
}
2023-12-14 00:56:30 +01:00
post_prepare() {
github_changelog nextcloud/news
}
build_nextcloud_app news 28