Search Criteria
Package Details: apfs-fuse-git r77.670e45e-1
Git Clone URL: | https://aur.archlinux.org/apfs-fuse-git.git (read-only, click to copy) |
---|---|
Package Base: | apfs-fuse-git |
Description: | FUSE driver for APFS (Apple File System) |
Upstream URL: | https://github.com/sgan81/apfs-fuse |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | LawnGnome |
Maintainer: | Luflosi |
Last Packager: | yan12125_2 |
Votes: | 8 |
Popularity: | 0.034507 |
First Submitted: | 2018-05-15 23:09 |
Last Updated: | 2019-04-13 16:32 |
Dependencies (5)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks)
- fuse3 (fuse3-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
Latest Comments
yan12125 commented on 2019-07-26 10:51
Orphaned - I switched to linux-apfs-dkms-git
yan12125 commented on 2018-09-09 06:42
git submodules should be handled by makepkg. See https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git_Submodules for an example.
Other issues:
provides should include the version number. For exmplae:
provides=("${pkgname%-git}=$pkgver")
bzip2 and zlib should be added to depends
andreldm commented on 2018-08-16 13:53
Here's the fixed PKGBUILD: https://gist.github.com/andreldm/e6db58d50a842a913b0345027ca6472d
andreldm commented on 2018-07-28 20:08
Besides the change pointed by petris, I had to apply this patch: https://github.com/sgan81/apfs-fuse/pull/53.diff
petris commented on 2018-06-19 21:40
This package fails to build in a clean chroot with the following error:
The dependencies should be changed to use the fuse2 pacakge instead of fuse3 for this to compile properly.