Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:libcore
gocryptfs
gocryptfs.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gocryptfs.spec of Package gocryptfs
# # spec file for package gocryptfs # # Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: gocryptfs Version: 2.2.1 Release: 0 Summary: Encrypted overlay filesystem written in Go License: MIT Group: Productivity/Text/Editors URL: https://github.com/rfjakob/gocryptfs Source0: gocryptfs-%{version}.tar.gz Source1: vendor.tar.gz BuildRequires: golang(API) >= 1.15 BuildRequires: git BuildRequires: golang-packaging BuildRequires: libopenssl-devel BuildRequires: xz Requires: fuse Requires: util-linux-systemd %description gocryptfs is built on top the excellent go-fuse FUSE library. This project was inspired by EncFS and strives to fix its security issues while providing good performance. %prep %setup -q %setup -q -T -D -a 1 %build %ifnarch ppc64 ppc64le export GO_FLAGS="-buildmode=pie" %endif; # Build the binary taken from build.bash go build \ -mod=vendor \ ${GO_FLAGS} (cd gocryptfs-xray; go build -mod=vendor ${GO_FLAGS}) (cd contrib/statfs; go build -mod=vendor ${GO_FLAGS}) %install install -D -m 0755 %{name} "%{buildroot}/%{_bindir}/%{name}" install -D -m 0755 gocryptfs-xray/%{name}-xray "%{buildroot}/%{_bindir}/%{name}-xray" install -D -m 0755 contrib/statfs/statfs "%{buildroot}/%{_bindir}/statfs" mkdir -p %{buildroot}%{_bindir} mv gocryptfs %{buildroot}%{_bindir} %files %{_bindir}/%{name} %{_bindir}/%{name}-xray %{_bindir}/statfs %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor