[packages/standardnotes-desktop-bin] - initial; doesn't work here: This doesn't look like a squashfs image.

arekm arekm at pld-linux.org
Sun Jan 12 20:20:20 CET 2020


commit 8f58a78acb2d30e561f55848569a214aed9db4ab
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Jan 12 20:19:45 2020 +0100

    - initial; doesn't work here: This doesn't look like a squashfs image.

 standardnotes-desktop-bin.spec | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
---
diff --git a/standardnotes-desktop-bin.spec b/standardnotes-desktop-bin.spec
new file mode 100644
index 0000000..bf151e3
--- /dev/null
+++ b/standardnotes-desktop-bin.spec
@@ -0,0 +1,39 @@
+Summary:	A simple and private notes app
+Name:		standardnotes-desktop-bin
+Version:	3.0.25
+Release:	1
+License:	AGPL v3+
+Group:		Applications
+Source0:	https://github.com/standardnotes/desktop/releases/download/v%{version}/Standard-Notes-%{version}.AppImage
+# Source0-md5:	cb8bfde5d502d0157c709b1e2aa205af
+Source1:	https://github.com/standardnotes/desktop/releases/download/v%{version}/Standard-Notes-%{version}-i386.AppImage
+# Source1-md5:	9dbd10e4839caae05a19874608a66e98
+URL:		https://github.com/standardnotes/desktop
+ExclusiveArch:	%{ix86} %{x8664}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A free, open-source, and completely encrypted notes app. Mac, PC, &
+Linux app repository.
+
+%prep
+%setup -qcT
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+%ifarch %{x8664}
+cp -p %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/%{name}
+%endif
+%ifarch %{ix86}
+cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/%{name}
+%endif
+chmod 755 $RPM_BUILD_ROOT%{_bindir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/standardnotes-desktop-bin.git/commitdiff/8f58a78acb2d30e561f55848569a214aed9db4ab



More information about the pld-cvs-commit mailing list