diff --git a/README.md b/README.md deleted file mode 100644 index 5765464..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# nextcloud:nextcloud-20 - -Modular package for Nextcloud Server 20 diff --git a/dead.module b/dead.module new file mode 100644 index 0000000..aa8decb --- /dev/null +++ b/dead.module @@ -0,0 +1 @@ +Nextcloud 20 is EOLed upstream and no longer supported diff --git a/nextcloud.yaml b/nextcloud.yaml deleted file mode 100644 index bb8a9e6..0000000 --- a/nextcloud.yaml +++ /dev/null @@ -1,49 +0,0 @@ -document: modulemd -version: 2 -data: - summary: A private file sync and share server - version 20.0.x - description: >- - Nextcloud gives you universal access to your files through a - web interface or WebDAV. It also provides a platform to easily - view & sync your contacts, calendars and bookmarks across all - your devices and enables basic editing right on the web. - Nextcloud is extendable via a simple but powerful API for - applications and plugins. - - license: - module: - - MIT - dependencies: - - buildrequires: - platform: [-eln, -epel8] - requires: - platform: [-eln, -epel8] - references: - documentation: https://docs.nextcloud.com/server/latest/admin_manual/ - tracker: https://github.com/nextcloud/server/issues - api: - rpms: - - nextcloud - - nextcloud-httpd - - nextcloud-nginx - - nextcloud-mysql - - nextcloud-postgresql - - nextcloud-sqlite - profiles: - default: - description: A standard installation using HTTPD and MySQL. - rpms: - - nextcloud - - nextcloud-httpd - - nextcloud-mysql - testing: - description: A minimal installation for testing purposes - rpms: - - nextcloud - - nextcloud-httpd - - nextcloud-sqlite - components: - rpms: - nextcloud: - ref: nextcloud-20 - rationale: Provides the functionality