# Maintainer: Samuel Walladge pkgname=tagspaces-bin _pkgname=tagspaces pkgver=3.11.6 pkgrel=1 pkgdesc="TagSpaces is an open source personal data manager. It helps you organize files with tags on every platform." arch=("x86_64") url="http://tagspaces.org" license=("AGPL") provides=("tagspaces") conflicts=("tagspaces") sha256sums=('141e39032145cc30c475639bff7e3d994aa29c5504196cd471ac54225622ad06') source=("${_pkgname}-${pkgver}.deb::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-linux-amd64-${pkgver}.deb") package() { bsdtar -xv -C "${pkgdir}" -f "${srcdir}/data.tar.xz" # symlink the main binary to a better location mkdir -p ${pkgdir}/usr/bin/ ln -s /opt/TagSpaces/${_pkgname} ${pkgdir}/usr/bin/${_pkgname} }