nextcloud: Fetch apps using nvfetcher
This commit is contained in:
parent
c4fa991b62
commit
61d3008bc3
9 changed files with 318 additions and 66 deletions
32
pkgs/nextcloud-apps.toml
Normal file
32
pkgs/nextcloud-apps.toml
Normal file
|
@ -0,0 +1,32 @@
|
|||
[apporder]
|
||||
src.github = "juliushaertl/apporder"
|
||||
fetch.url = "https://github.com/juliushaertl/apporder/archive/$ver.tar.gz"
|
||||
|
||||
[bookmarks]
|
||||
src.github = "nextcloud/bookmarks"
|
||||
fetch.url = "https://github.com/nextcloud/bookmarks/archive/$ver.tar.gz"
|
||||
|
||||
[calendar]
|
||||
src.manual = "v3.5.0" # Pinned until we update to nextcloud 25
|
||||
# src.github = "nextcloud-releases/calendar"
|
||||
fetch.url = "https://github.com/nextcloud-releases/calendar/archive/$ver.tar.gz"
|
||||
|
||||
[contacts]
|
||||
src.manual = "v4.2.2" # Pinned until we update to nextcloud 25
|
||||
# src.github = "nextcloud-releases/contacts"
|
||||
fetch.url = "https://github.com/nextcloud-releases/contacts/archive/$ver.tar.gz"
|
||||
|
||||
[cookbook]
|
||||
src.github = "nextcloud/cookbook"
|
||||
fetch.url = "https://github.com/nextcloud/cookbook/archive/$ver.tar.gz"
|
||||
|
||||
[news]
|
||||
src.github = "nextcloud/news"
|
||||
# Sadly, the news app vendors things, and those are only included in
|
||||
# their tarball.
|
||||
fetch.url = "https://github.com/nextcloud/news/releases/download/$ver/news.tar.gz"
|
||||
|
||||
[notes]
|
||||
src.manual = "v4.5.1" # Pinned until we update to nextcloud 25
|
||||
# src.github = "nextcloud/notes"
|
||||
fetch.url = "https://github.com/nextcloud/notes/archive/$ver.tar.gz"
|
Loading…
Add table
Add a link
Reference in a new issue