Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (16 loc) · 819 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 819 Bytes

Joplin PKGBUILD for Arch Linux

Overview

Originally forked from https://github.com/alfredopalhares/arch-pkgbuilds, this contains the PKGBUILD and some helper scripts to package Joplin for Arch Linux.

This fork splits the packages out into joplin-desktop and joplin-cli and contains some additional helper scripts:

updateversion.sh

This script updates the version number in the PKGBUILD and joplin.desktop file, cleans, and builds the updated package.

Usage:

./updateversion.sh <version>

Example: ./updateversion.sh 1.0.118

build.sh

This script builds the package (but does not clean first).

clean.sh

This script cleans the pkg and src directories and is meant to run when a fresh build is needed.