This repository has been archived on 2022-04-27. You can view files and clone it, but cannot push or open issues/pull-requests.
aptpkg-pkgs/main/logseq/build

20 lines
775 B
Plaintext

# Maintainer: earnest ma <me@earne.link>
name=logseq
version=0.4.1
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="090a52fa4d5377d1d1027bee74777d5bf62303c522463da32140ff598af6b6bc658955d38928a925c108cee8f2ed31dd32332ac7cd9b81047ed2d9a01d099073 logseq-linux-x64-0.4.1.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
}