summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a5b196c820fb7e1177e02b45c790980e4a818c92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Maintainer: Jonathan Duck <duckbrain30@gmail.com>
pkgname=typora
pkgver=0.9.19
pkgrel=2
epoch=
pkgdesc="Typora will give you a seamless experience as both a reader and a writer."
arch=('x86_64')
filename="${pkgname}_${pkgver}_amd64.deb"
url="https://typora.io/"
license=('Closed')
groups=()
depends=()
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("https://typora.io/./linux/$filename")
noextract=()
md5sums=('30b9881f6d698a5442dff96002d9d812')
validpgpkeys=()

build() {
	ar x "$filename" data.tar.xz
}

package() {
	tar xf data.tar.xz -C "$pkgdir"
	chmod -R 755 "$pkgdir"
}