# Maintainer: Filipe Bertelli # Contributor: Kaizhao Zhang _pkgname=dooble _repourl="https://github.com/textbrowser/dooble" pkgname=dooble-bin pkgver=2022.11.15 pkgrel=1 pkgdesc="Dooble is the scientific browser" arch=('x86_64') url="https://textbrowser.github.io/dooble/" license=('BSD') conflicts=('dooble') options=('!strip') depends=('gmime3' 'libxkbcommon-x11' 'nspr' 'nss' 'xcb-util-image' 'xcb-util-keysyms' 'xcb-util-renderutil' 'xcb-util-wm') source=( "https://github.com/textbrowser/dooble/releases/download/${pkgver}/Dooble-${pkgver}_amd64.deb" "LICENSE-${pkgver}::${_repourl}/raw/${pkgver}/LICENSE" ) noextract=("Dooble-${pkgver}_amd64.deb") sha256sums=('0905cf9bd7e45b1696bd47b43754f5b28e28521b1b96a5dae2626a78927c15e1' 'c60bf2d6a8bfdf7c7418bba91c6767cbb4b48dccae36dd5d9ffdb48f756815dd') package() { bsdtar -O -xf "Dooble-${pkgver}_amd64.deb" data.tar.zst | bsdtar -C "${pkgdir}" -xf - # Permission fix find "${pkgdir}" -type d -exec chmod 755 {} + # Documentation install -d "${pkgdir}/usr/share/doc" ln -s "/opt/dooble/Documentation" "${pkgdir}/usr/share/doc/${_pkgname}" # License install -D -m644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" }