parent
8db2ffa779
commit
9761cc7356
4
.SRCINFO
4
.SRCINFO
|
@ -14,14 +14,14 @@ pkgbase = joplin
|
||||||
conflicts = joplin-beta
|
conflicts = joplin-beta
|
||||||
source = joplin.desktop
|
source = joplin.desktop
|
||||||
source = joplin-desktop.sh
|
source = joplin-desktop.sh
|
||||||
source = joplin-cli.sh
|
source = joplin.sh
|
||||||
source = joplin-1.4.19.tar.gz::https://github.com/laurent22/joplin/archive/v1.4.19.tar.gz
|
source = joplin-1.4.19.tar.gz::https://github.com/laurent22/joplin/archive/v1.4.19.tar.gz
|
||||||
sha256sums = c7c5d8b0ff9edb810ed901ea21352c9830bfa286f3c18b1292deca5b2f8febd2
|
sha256sums = c7c5d8b0ff9edb810ed901ea21352c9830bfa286f3c18b1292deca5b2f8febd2
|
||||||
sha256sums = a450284fe66d89aa463d129ce8fff3a0a1a783a64209e4227ee47449d5737be8
|
sha256sums = a450284fe66d89aa463d129ce8fff3a0a1a783a64209e4227ee47449d5737be8
|
||||||
sha256sums = 5b6f8847ec0c3848375755213c3009c273f478b4b80ed2c5f0af8f67ee0e94fb
|
sha256sums = 5b6f8847ec0c3848375755213c3009c273f478b4b80ed2c5f0af8f67ee0e94fb
|
||||||
sha256sums = 55aad4fe50e2da980983a69bc7c0870626064db971550d522e266feb17d38916
|
sha256sums = 55aad4fe50e2da980983a69bc7c0870626064db971550d522e266feb17d38916
|
||||||
|
|
||||||
pkgname = joplin-cli
|
pkgname = joplin
|
||||||
pkgdesc = A note taking and to-do application with synchronization capabilities - CLI App
|
pkgdesc = A note taking and to-do application with synchronization capabilities - CLI App
|
||||||
depends = nodejs
|
depends = nodejs
|
||||||
depends = rsync
|
depends = rsync
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -4,8 +4,8 @@
|
||||||
# Please contribute to:
|
# Please contribute to:
|
||||||
# https://github.com/alfredopalhares/arch-pkgbuilds
|
# https://github.com/alfredopalhares/arch-pkgbuilds
|
||||||
|
|
||||||
pkgname=('joplin-cli' 'joplin-desktop')
|
|
||||||
pkgbase="joplin"
|
pkgbase="joplin"
|
||||||
|
pkgname=('joplin' 'joplin-desktop')
|
||||||
pkgver=1.4.19
|
pkgver=1.4.19
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A note taking and to-do application with synchronization capabilities - Split Package"
|
pkgdesc="A note taking and to-do application with synchronization capabilities - Split Package"
|
||||||
|
@ -14,7 +14,7 @@ conflicts=('joplin' 'joplin-beta')
|
||||||
makedepends=('git' 'npm' 'python' 'rsync')
|
makedepends=('git' 'npm' 'python' 'rsync')
|
||||||
url="https://joplinapp.org/"
|
url="https://joplinapp.org/"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
source=("joplin.desktop" "joplin-desktop.sh" "joplin-cli.sh"
|
source=("joplin.desktop" "joplin-desktop.sh" "joplin.sh"
|
||||||
"joplin-${pkgver}.tar.gz::https://github.com/laurent22/joplin/archive/v${pkgver}.tar.gz")
|
"joplin-${pkgver}.tar.gz::https://github.com/laurent22/joplin/archive/v${pkgver}.tar.gz")
|
||||||
sha256sums=('c7c5d8b0ff9edb810ed901ea21352c9830bfa286f3c18b1292deca5b2f8febd2'
|
sha256sums=('c7c5d8b0ff9edb810ed901ea21352c9830bfa286f3c18b1292deca5b2f8febd2'
|
||||||
'a450284fe66d89aa463d129ce8fff3a0a1a783a64209e4227ee47449d5737be8'
|
'a450284fe66d89aa463d129ce8fff3a0a1a783a64209e4227ee47449d5737be8'
|
||||||
|
@ -39,7 +39,7 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#TODO: A slimdown is needed
|
#TODO: A slimdown is needed
|
||||||
package_joplin-cli() {
|
package_joplin() {
|
||||||
pkgdesc="A note taking and to-do application with synchronization capabilities - CLI App"
|
pkgdesc="A note taking and to-do application with synchronization capabilities - CLI App"
|
||||||
depends=('nodejs' 'rsync')
|
depends=('nodejs' 'rsync')
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@ package_joplin-cli() {
|
||||||
|
|
||||||
msg2 "Installing Startup Script"
|
msg2 "Installing Startup Script"
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
install -Dm755 joplin-cli.sh "${pkgdir}/usr/bin/joplin-cli"
|
install -Dm755 joplin.sh "${pkgdir}/usr/bin/joplin-cli"
|
||||||
}
|
}
|
||||||
|
|
||||||
#TODO: Check for slimdown
|
#TODO: Check for slimdown
|
||||||
|
|
Loading…
Reference in New Issue