# Maintainer: Tom Hiller pkgname=notable-bin pkgver=1.8.2 pkgrel=1 epoch= pkgdesc="The markdown-based note-taking app that doesn't suck" arch=('x86_64') url="https://github.com/notable/notable" license=('Freeware') groups=() depends=('libxss') makedepends=() checkdepends=() optdepends=() provides=('notable') conflicts=() replaces=() backup=() options=() install= changelog= source=("https://github.com/notable/notable/releases/download/v${pkgver}/notable_${pkgver}_amd64.deb") noextract=() md5sums=('2a56931ff6bfa260453062e4f60d5ffd') sha512sums=('c2d8ec300161427894a2b9f906b4e1dcc71081ca756768bd8ddea770ad16dbf6fc44bfb9f487ff9fa2a8949c04081404b25ec43e2b52320285e367fadd3e1362') validpgpkeys=() package() { tar xf data.tar.xz # Work around for https://github.com/electron/electron/issues/17972 chmod 4755 opt/Notable/chrome-sandbox mv usr "$pkgdir" mv opt "$pkgdir" mkdir "$pkgdir"/usr/bin/ ln -s /opt/Notable/notable "$pkgdir"/usr/bin/notable }