# Maintainer: earnest ma name=logseq version=0.3.3 rev=0 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="e934be6b2ce3a0f4093d3370886e82cb866d675b1df1b9331bc1e12daabe17a4c20774105fddcc0dff9185567ec0dfe8928476ef3674342ada77d63370275084 logseq-linux-x64-0.3.3.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 }