# Maintainer: Camilo Prieto pkgname=boostnote-bin pkgver=0.11.10 pkgrel=1 pkgdesc="Open source note-taking app for programmers. Official binary." arch=('any') url="https://boostnote.io/" license=('GPL3') conflicts=('boostnote') source_x86_64=("https://github.com/BoostIO/boost-releases/releases/download/v${pkgver}/boostnote_${pkgver}_amd64.deb") sha512sums_x86_64=('2d0efd9e9d30bf715c12238fa21015c3b7953e85b59eca4ab640df2c5bd142f0b122f52f1708ff09ce296d44a6a019cc13761807f8745d7e536402fc27c36328') package(){ # Extract package data tar -xf data.tar.xz -C "${pkgdir}" --no-same-permissions }