# Maintainer: earnest ma name=logseq version=0.4.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="26f0d70a3515c9445b8bc26f0e11bd5ced1750036cf516bbac22557bc2ab5afc6d3cd84edecd41bc0cb096249586e01566e5ae898cf2323db318457220f9a0bf logseq-linux-x64-0.4.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 }