Search Criteria
Package Details: gocryptfs-git 20181117-1
Git Clone URL: | https://aur.archlinux.org/gocryptfs-git.git (read-only, click to copy) |
---|---|
Package Base: | gocryptfs-git |
Description: | Encrypted overlay filesystem written in Go |
Upstream URL: | https://github.com/rfjakob/gocryptfs |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | atweiden |
Maintainer: | akurei |
Last Packager: | akurei |
Votes: | 4 |
Popularity: | 0.176687 |
First Submitted: | 2016-12-13 16:41 |
Last Updated: | 2018-12-02 19:46 |
Dependencies (3)
- fuse (fuse2)
- git (git-git) (make)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
Required by (3)
- plasma-vault-git (requires gocryptfs) (optional)
- sirikali (requires gocryptfs) (optional)
- sirikali-git (requires gocryptfs) (optional)
Latest Comments
charlesdyfis commented on 2017-06-20 19:48
Could we perhaps use a version string that's more descriptive here (and can distinguish between two commits made on the same day)?
Perhaps:
pkgver() {
cd "${pkgname%-git}"
git describe --long --tags | sed -e 's/\([^-]*-g\)/r\1/;s/-/./g' -e 's/^v//'
}