logseq-desktop 0.10.14-2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name='logseq-desktop'
|
||||
version='0.10.14'
|
||||
release='1'
|
||||
release='2'
|
||||
desc='A privacy-first, open-source platform for knowledge management and collaboration'
|
||||
homepage='https://logseq.com/'
|
||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||
@@ -10,7 +10,7 @@ provides=('logseq')
|
||||
conflicts=('logseq')
|
||||
|
||||
sources=("https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.zip")
|
||||
checksums=('0f973851f52718648d9c8b4e4054a450d259c1465c0932e18d36e11bf2b9f8d8')
|
||||
checksums=('SKIP')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/Logseq-linux-x64"
|
||||
@@ -21,3 +21,10 @@ package() {
|
||||
install -d "${pkgdir}/usr/bin"
|
||||
ln -s "/opt/logseq/Logseq-linux-x64/Logseq" "${pkgdir}/usr/bin/logseq"
|
||||
}
|
||||
|
||||
files() {
|
||||
printf '"%s" ' ./opt/logseq/**/*
|
||||
echo ./usr/bin/logseq
|
||||
echo ./usr/share/applications/logseq-desktop.desktop
|
||||
echo ./usr/share/pixmaps/logseq.png
|
||||
}
|
||||
|
Reference in New Issue
Block a user