2018-04-18 18:26:44 +02:00
|
|
|
# Joplin - Arch Linux
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
|
|
This contains the `PKGBUILD` and other build tools to package
|
|
|
|
[Joplin](https://joplin.cozic.net/)
|
|
|
|
|
|
|
|
This package contains both the desktop and cli client
|
|
|
|
|
|
|
|
## Installing
|
|
|
|
|
2018-04-18 18:46:15 +02:00
|
|
|
You can use an AUR wrapper like [yay](https://aur.archlinux.org/packages/yay/):
|
|
|
|
```
|
|
|
|
yay -S joplin
|
|
|
|
```
|
2018-04-18 18:26:44 +02:00
|
|
|
|
|
|
|
## Building
|
|
|
|
|
|
|
|
Build with makepkg
|
|
|
|
|
|
|
|
```
|
|
|
|
makepkg -fc
|
|
|
|
```
|
|
|
|
|
|
|
|
Check more information on the [Archwiki](https://wiki.archlinux.org/index.php/Makepkg)
|
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
|
|
Please Open a Pull Request or an Issue :)
|
|
|
|
|
|
|
|
## Maintainer
|
|
|
|
|
|
|
|
[Alfredo Palhares](https://github.com/masterkorp)
|
|
|
|
|