diff --git a/.files b/.files new file mode 100644 index 0000000..cb15280 Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..1ed77c3 --- /dev/null +++ b/.meta @@ -0,0 +1,9 @@ + + A simple, modern and secure file encryption tool + Age features small explicit keys, no config options, and UNIX-style +composability. + + + + https://github.com/FiloSottile/ + diff --git a/.rev b/.rev new file mode 100644 index 0000000..d049501 --- /dev/null +++ b/.rev @@ -0,0 +1,10 @@ + + + 341364d0106545c751e29549e1c3862d + 1.0.0 + + dimstar_suse + Submission to factory + 925665 + + diff --git a/.servicemark b/.servicemark new file mode 100644 index 0000000..15934dc --- /dev/null +++ b/.servicemark @@ -0,0 +1 @@ +0207df21d7654dfbe5b82ca3f5277dc2 diff --git a/_service b/_service new file mode 100644 index 0000000..c7ddce9 --- /dev/null +++ b/_service @@ -0,0 +1,7 @@ + + + age + + + + diff --git a/age-1.0.0.tar.gz b/age-1.0.0.tar.gz new file mode 120000 index 0000000..83d9068 --- /dev/null +++ b/age-1.0.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreiene5ue6yxz3r2acqbv4mlbtyxap6fvmjl3cb2vmbcwzpyf3w6pzy \ No newline at end of file diff --git a/age.changes b/age.changes new file mode 100644 index 0000000..6b6861a --- /dev/null +++ b/age.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Tue Sep 7 18:55:23 UTC 2021 - Martin Hauke + +- Initial package, version 1.0.0 diff --git a/age.spec b/age.spec new file mode 100644 index 0000000..dc5fd9e --- /dev/null +++ b/age.spec @@ -0,0 +1,60 @@ +# +# spec file for package age +# +# Copyright (c) 2021, Martin Hauke +# +# 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: age +Version: 1.0.0 +Release: 0 +Summary: A simple, modern and secure file encryption tool +License: BSD-3-Clause +Group: Productivity/Networking/Security +URL: https://github.com/FiloSottile/age +#Git-Clone: https://github.com/FiloSottile/age.git +Source: https://github.com/FiloSottile/age/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source1: vendor.tar.gz +BuildRequires: go +BuildRequires: golang-packaging +%{go_provides} + +%description +Age features small explicit keys, no config options, and UNIX-style +composability. + +%prep +%autosetup -p 1 -a 1 + +%build +%{goprep} filippo.io/age +%{gobuild} -mod=vendor ... + +%install +%{goinstall} +for i in age.1 age-keygen.1 ; do + install -Dm 0644 doc/$i %{buildroot}%{_mandir}/man1/$i +done + +%check +%gotest filippo.io/age ... + +%files +%license LICENSE +%doc README.md doc/*.1.html +%{_bindir}/age +%{_bindir}/age-keygen +%{_mandir}/man1/age-keygen.1%{?ext_man} +%{_mandir}/man1/age.1%{?ext_man} + +%changelog diff --git a/vendor.tar.gz b/vendor.tar.gz new file mode 120000 index 0000000..1ec90b9 --- /dev/null +++ b/vendor.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeid3ur4jgeera4aikmwfmdxb7xpasox6zrlrxe7uun35o5ohdmtviu \ No newline at end of file