# Maintainer: Jonathan Duck pkgname=typora pkgver=0.9.27 pkgrel=1 pkgdesc="Typora will give you a seamless experience as both a reader and a writer." arch=('x86_64') filename="${pkgname}_${pkgver}_amd64.deb" license=('custom:"Copyright (c) 2014 GitHub Inc."') url="https://typora.io/" depends=('gconf' 'libxss') source=("https://typora.io/./linux/$filename") md5sums=('dc783a263f67aaa2bb87a53499a9e4b1') package() { bsdtar -xf data.tar.xz -C "$pkgdir/" rm -rf "$pkgdir"/usr/share/lintian/ find "$pkgdir" -type d -exec chmod 755 {} \; }