# Maintainer: Kaizhao Zhang _pkgname=dooble _repourl="https://github.com/textbrowser/dooble" pkgname=dooble-bin pkgver=2021.12.05 pkgrel=1 pkgdesc="Dooble is the scientific browser" arch=('x86_64') url="https://textbrowser.github.io/dooble/" license=('BSD') conflicts=('dooble') options=('!strip') depends=('alsa-lib' 'fontconfig' 'libgl' 'libxcomposite' 'libxkbcommon' 'libxkbcommon-x11' 'libxrandr' 'nss' 'xcb-util-cursor' '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=( '0ca27f7f26934a8914e4b00ea6f60b587fff9736b330c81a026935dd71837adf' '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" }