# Maintainer: earnest ma name=logseq version=0.4.2 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="31f77d749e025ce7290628651512f629362816ecc9701a8d37e8efd9ca8de7c89c3480b539a17a209284a88455d586347d803e6b8d8203475ed04bd45eaad4b9 logseq-linux-x64-0.4.2.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 }