mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-22 00:32:15 -05:00
Add some nextcloud authentication apps
This commit is contained in:
parent
6d925e814b
commit
ba071d60e0
@ -1,20 +0,0 @@
|
|||||||
# Maintainer: Jonas Heinrich <onny@project-insanity.org>
|
|
||||||
# Contributor: Jonas Heinrich <onny@project-insanity.org>
|
|
||||||
|
|
||||||
pkgname=nextcloud-app-keeweb
|
|
||||||
pkgver=0.5.0
|
|
||||||
pkgrel=1
|
|
||||||
pkgdesc="Open Keepass stores inside Nextcloud"
|
|
||||||
arch=('any')
|
|
||||||
url="https://github.com/jhass/nextcloud-keeweb"
|
|
||||||
license=('AGPL')
|
|
||||||
depends=('nextcloud')
|
|
||||||
makedepends=()
|
|
||||||
options=('!strip')
|
|
||||||
source=("https://github.com/jhass/nextcloud-keeweb/releases/download/v${pkgver}/keeweb-${pkgver}.tar.gz")
|
|
||||||
sha512sums=("a19ae97b26c01696e009236e98e757d85936eb1cd252175a796f04ddc90cbe7f90154f2bbdbb929ecddd9612a032630cef1046866d03380cfa2bd3e40fadfd94")
|
|
||||||
|
|
||||||
package() {
|
|
||||||
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
|
|
||||||
cp -a "${srcdir}/keeweb" "${pkgdir}/usr/share/webapps/nextcloud/apps/keeweb"
|
|
||||||
}
|
|
19
src/nextcloud-app-user-external/PKGBUILD
Normal file
19
src/nextcloud-app-user-external/PKGBUILD
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Maintainer: moparisthebest <admin dot archlinux AT moparisthebest dot com>
|
||||||
|
|
||||||
|
pkgname=nextcloud-app-user-external
|
||||||
|
pkgver=0.5.1
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc=" External user authentication methods like IMAP, SMB and FTP"
|
||||||
|
arch=('any')
|
||||||
|
url="https://github.com/nextcloud/user_external"
|
||||||
|
license=('AGPL3')
|
||||||
|
depends=('nextcloud')
|
||||||
|
makedepends=()
|
||||||
|
options=('!strip')
|
||||||
|
source=("nextcloud-app-user-external-${pkgver}.tar.gz::https://github.com/nextcloud/user_external/releases/download/v${pkgver}/user_external-${pkgver}.tar.gz")
|
||||||
|
sha256sums=("f2dcc4977a1fd8705767add9f8d41fa56761ad8d5c6c76973e6d216cfb7d7aab")
|
||||||
|
|
||||||
|
package() {
|
||||||
|
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
|
||||||
|
cp -a "${srcdir}/user_external" "${pkgdir}/usr/share/webapps/nextcloud/apps/user_external"
|
||||||
|
}
|
19
src/nextcloud-app-user-sql/PKGBUILD
Normal file
19
src/nextcloud-app-user-sql/PKGBUILD
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Maintainer: moparisthebest <admin dot archlinux AT moparisthebest dot com>
|
||||||
|
|
||||||
|
pkgname=nextcloud-app-user-sql
|
||||||
|
pkgver=4.3.0
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="App for authenticating Nextcloud users using SQL"
|
||||||
|
arch=('any')
|
||||||
|
url="https://github.com/nextcloud/user_sql"
|
||||||
|
license=('AGPL3')
|
||||||
|
depends=('nextcloud')
|
||||||
|
makedepends=()
|
||||||
|
options=('!strip')
|
||||||
|
source=("nextcloud-app-user-sql-${pkgver}.tar.gz::https://github.com/nextcloud/user_sql/releases/download/v${pkgver}/user_sql-${pkgver}.tar.gz")
|
||||||
|
sha256sums=("804d69aa6a9c90b487ba0d8d54a87da5adae2a02b053471e670f111e0b8b47f6")
|
||||||
|
|
||||||
|
package() {
|
||||||
|
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
|
||||||
|
cp -a "${srcdir}/user_sql" "${pkgdir}/usr/share/webapps/nextcloud/apps/user_sql"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user