# Maintainer: Kaizhao Zhang _pkgname=dooble _repourl="https://github.com/textbrowser/dooble" pkgname=dooble-bin pkgver=2022.02.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' '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=( '2501bc1bf3a88c1aabdf036faa8e659d94a308ee74fed6bb2bb383de97c2ed16' 'c60bf2d6a8bfdf7c7418bba91c6767cbb4b48dccae36dd5d9ffdb48f756815dd' ) package() { bsdtar -O -xf "Dooble-${pkgver}_amd64.deb" data.tar.xz | bsdtar -C "${pkgdir}" -xJf - # 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" }