summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ec2ca6082dfcb7c5e82c6b0d33f25aacb345e3c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: itsagoodbrain1 <itsrottenisay@gmail.com>
# Co-Maintainer: therojam <archlinux@therojam.xyz>

pkgname=zettlr
pkgver=1.0.0
pkgrel=2
pkgdesc="A markdown editor for writing academic texts and taking notes"
arch=('x86_64')
url="https://www.zettlr.com"
license=('GPL')
depends=()
provides=(zettlr)
source=("${pkgname}-${pkgver}.rpm::https://github.com/Zettlr/Zettlr/releases/download/v${pkgver}/Zettlr-linux-x64-${pkgver}.rpm")
md5sums=(c619c7b842a25e8756073489c0edb31e)
package() {
	mv $srcdir/opt $pkgdir/opt
	mv $srcdir/usr $pkgdir/usr
}