Search Criteria
Package Details: opencloud 2.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/opencloud.git (read-only, click to copy) |
---|---|
Package Base: | opencloud |
Description: | secure and private way to store, access, and share your files |
Upstream URL: | https://github.com/opencloud-eu/opencloud |
Keywords: | cloud opencloud opencloud-eu share sync |
Licenses: | Apache-2.0 |
Submitter: | TrialnError |
Maintainer: | TrialnError |
Last Packager: | TrialnError |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2025-03-01 17:39 (UTC) |
Last Updated: | 2025-03-27 19:16 (UTC) |
Dependencies (3)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
- pnpm (yarn-pnpm-corepackAUR, corepackerAUR, pnpm-binAUR) (make)
Latest Comments
TrialnError commented on 2025-03-06 18:21 (UTC)
Thank you for the review :)
Not really intentions at work. Used the
ocis
PKGBUILD as a base and the first target was to get the source compiling.I had noticed the
+x
on the env file (which should beopencloud.env
btw ;) ) and kinda forgot about it... It shouldn't need that, as it cannot be called directly. Will change that.And anything superflous can also go.
brody commented on 2025-03-06 09:21 (UTC)
At first thanks for the package. My two cents. ;) 1st) Line 52
install -vdm755 "${pkgdir}/etc/${pkgname}"
is superflous because the you want to create the folder with standard permission and this will happen in line 53 already.2nd) Is a question: Do you want to create the empty file
/etc/owncloud/owncloud.env
with executable permission?Or was your intention to create the folder with 750 permission? Than you have to use:
TrialnError commented on 2025-03-05 19:33 (UTC)
Package does compile now.
TrialnError commented on 2025-03-01 17:50 (UTC)
Decided to add this already although this doesn't currently compile on Arch (or at least the part regarding the web frontend. The binary itself will compile fine, but missing the part will abort to start).
Upstream issue: https://github.com/opencloud-eu/opencloud/issues/289