Search Criteria
Package Details: tmfs r7-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/tmfs.git (read-only, click to copy) |
---|---|
Package Base: | tmfs |
Description: | Apple's Time Machine fuse read only file system |
Upstream URL: | https://github.com/abique/tmfs |
Licenses: | MIT |
Submitter: | abique |
Maintainer: | jkl |
Last Packager: | jkl |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-21 12:26 (UTC) |
Last Updated: | 2024-01-25 11:03 (UTC) |
Dependencies (6)
- fuse2
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Latest Comments
jkl commented on 2023-07-16 13:16 (UTC)
@abique In addition to fixing the source to https, git should be added as a makedepend
tomb_possum commented on 2022-08-28 21:17 (UTC)
The current source doesn't resolve, I believe it's because GitHub dropped support of git://. The following worked for me:
source=(tmfs::git+https://github.com/abique/tmfs#tag=r7)
abique commented on 2020-04-01 14:50 (UTC)
I've upgraded the package
abique commented on 2020-04-01 14:32 (UTC)
I am having a look, maybe I can enable c++17 and get rid of boost.
hrehfeld commented on 2020-04-01 13:22 (UTC)
it seems that boost does not provide multithreaded=OFF libs.
So an untested workaround is
in CMakeLists.txt
hrehfeld commented on 2020-04-01 12:35 (UTC)