Nils Freydank
c46fa3f9d2
Change the category of gocryptfs to align with the package in-tree which was added in 2024-06-09 in gentoo commit 0a34c563fe50f96e4c1fc9aaa71251b9fa1e87e3. I’ll keep it probably a while around and drop it if I’m pleased by the other ebuild. Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
21 lines
697 B
XML
21 lines
697 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>nils.freydank@posteo.de</email>
|
|
<name>Nils Freydank</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">rfjakob/gocryptfs</remote-id>
|
|
<bugs-to>https://github.com/rfjakob/gocryptfs/issues</bugs-to>
|
|
</upstream>
|
|
<longdescription lang="en">
|
|
gocryptfs uses file-based encryption that is implemented as
|
|
a mountable FUSE filesystem. Each file in gocryptfs is stored
|
|
one corresponding encrypted file on the hard disk.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="man">Build and install man pages</flag>
|
|
</use>
|
|
</pkgmetadata>
|