This repository has been archived on 2022-04-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-07-27 18:34:25 -04:00
|
|
|
# Maintainer: earnest ma <me@earne.link>
|
|
|
|
name=logseq
|
2021-08-03 11:37:02 -04:00
|
|
|
version=0.3.1
|
|
|
|
rev=0
|
2021-07-27 18:34:25 -04:00
|
|
|
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"
|
|
|
|
|
2021-08-03 11:37:02 -04:00
|
|
|
sha512sums="29f849b9c27b68f65423a7ee709d2e2456c9626305ae44d6ed6028d83e5fa99704c62065ddf86191e08ec321e440561daef522952ea0347dafebceef8e47da47 logseq-linux-x64-0.3.1.zip"
|
2021-07-27 18:34:25 -04:00
|
|
|
|
|
|
|
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
|
|
|
|
}
|