Gocryptfs : 7 easy Go packages

Hi,

I’d like to repackage gocryptfs to use with Plasma Vault.

Go packages are following a standard templates, so you don’t need to do the whole fedora-review thingie.

What I usually check for templated Rust and Go package is :

  • License ok
  • Latest version packaged
  • Builds in mock
  • Checks pass
  • No rpmlint errors
  • Conforms to Go Packaging Guidelines

The entire set of packages is built in this COPR :

https://copr.fedorainfracloud.org/coprs/eclipseo/gocryptfs/builds/

You can add it in your mock file :

[copr:copr.fedorainfracloud.org:eclipseo:gocryptfs]
name=Copr repo for gocryptfs owned by eclipseo
baseurl=https://download.copr.fedorainfracloud.org/results/eclipseo/gocryptfs/fedora-rawhide-/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/eclipseo/gocryptfs/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1

so you don’t have to bother with dependencies to check if it builds.

The list of packages:

Hi @eclipseo

I can review: 2241602 – Review Request: golang-github-sabhiram-gitignore - Gitignore parser for Go

Regards

Thanks very much Navid! Do you need something else in exchange?

Your welcome Robert, you have already helped me before.