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