# Maintainer: earnest ma name=logseq version=0.2.10 rev=4 type=file url="https://logseq.com" description="A privacy-first, open-source platform for knowledge management and collaboration" source="https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.zip" sha512sums="1afc6031ad6a337402cdfbef63db4cb8be9b6ee532f8631c6ae4fff87e81d1cdb925c817e502d2890999bb417411d13dd4f9bc66a3f4e63f5aad051bdd76a345 logseq-linux-x64-0.2.10.zip" steps(){ unzip -q logseq-*.zip install -d $builddir/opt/logseq cp -r Logseq-linux-x64/* $builddir/opt/logseq/ cin-file Logseq-linux-x64/resources/app/img/logo.png $builddir/usr/share/pixmaps/logseq.png cin-file logseq.desktop $builddir/usr/share/applications/logseq.desktop }