# Maintainer: Ali Molaei # Co-Maintainer: Mark Wagie # Contributor: Samuel Walladge pkgname=tagspaces-bin pkgver=5.7.13 pkgrel=1 pkgdesc="An offline, open source, document manager with tagging support" arch=('x86_64') url="https://www.tagspaces.org" license=('AGPL-3.0-or-later') depends=('alsa-lib' 'gtk3' 'libnotify' 'libsecret' 'nss' 'xdg-utils') provides=("${pkgname%-bin}") conflicts=("${pkgname%-bin}") source=("https://github.com/tagspaces/tagspaces/releases/download/v$pkgver/${pkgname%-bin}-linux-amd64-$pkgver.deb") sha256sums=('cf96ffe4276e4f4a3e38ee498e06fc490b23440bea309ca9e126200aaf4912cd') package() { bsdtar -xvf data.tar.xz -C "$pkgdir/" install -d "$pkgdir/usr/bin" ln -s "/opt/TagSpaces/${pkgname%-bin}" "$pkgdir/usr/bin/" }