Package Details: beaker-browser-git 1.0.0.prerelease.7.r3.g4b8204918-1

Git Clone URL: https://aur.archlinux.org/beaker-browser-git.git (read-only, click to copy)
Package Base: beaker-browser-git
Description: Peer-to-peer browser with tools to create and host websites
Upstream URL: https://beakerbrowser.com/
Licenses: Modified MIT License (MIT)
Conflicts: beaker
Provides: beaker
Submitter: Fanch
Maintainer: ny-a
Last Packager: micahscopes
Votes: 2
Popularity: 0.000000
First Submitted: 2020-04-25 15:15 (UTC)
Last Updated: 2020-08-08 10:56 (UTC)

Latest Comments

Fanch commented on 2020-08-04 18:42 (UTC)

@macawfish please update it as I added you as maintainer

micahscopes commented on 2020-06-10 17:18 (UTC)

Beaker 1.0 source is rearranged slightly. I've updated the PKGBUILD in order to get this package to work:

# Copy and adapted
# from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=beaker-browser-bin 
# and from https://beakerbrowser.com/install/
# and from https://github.com/beakerbrowser/beaker/blob/master/package.json

pkgname=beaker-browser-git
pkgver=1.0.0.prerelease.4.r12.gcb83bbd3f
pkgrel=1
pkgdesc="Peer-to-peer browser with tools to create and host websites"
arch=('x86_64')
url="https://beakerbrowser.com/"
license=('Modified MIT License (MIT)')
conflicts=('beaker')
provides=('beaker')
depends=('gtk3' 'libsodium' 'libxss' 'nss')
makedepends=('git' 'nodejs' 'jq' 'yarn' 'libtool' 'm4' 'make' 'gcc')
backup=()

options=(!strip)
source=("beaker-browser-git::git://github.com/beakerbrowser/beaker.git"
        "beaker-browser.desktop"
        "beaker-browser"
        "LICENSE")
md5sums=('SKIP'
         '34b48b022c6c71212f0adb3981f2925d'
         '8aa20f048e0e071073bcf65f6864040d'
         '3862c029863f42c81265a712f9c17c4c')

pkgver() {
    cd ${srcdir}/${pkgname}
    git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

prepare() {    
    cd ${srcdir}/${pkgname}/scripts
    npm install
    npm run rebuild #see https://github.com/electron/electron/issues/5851
    npm run release

    cd ../
    for icon in '1024x1024' '16x16' '256x256' '48x48' '64x64' '128x128' '24x24' '32x32' '512x512' '96x96'
    do
        mkdir -p hicolor/${icon}/apps/
        cp build/icons/${icon}.png hicolor/${icon}/apps/beaker-browser.png
    done

}

package() {
    ### builded
    install -d          ${pkgdir}/usr/share/beaker-browser
    cp -r               ${srcdir}/${pkgname}/dist/linux-unpacked/*      ${pkgdir}/usr/share/beaker-browser/

    ### tools
    install -Dm644      ${srcdir}/beaker-browser.desktop                ${pkgdir}/usr/share/applications/beaker-browser.desktop
    install -Dm755      ${srcdir}/beaker-browser                        ${pkgdir}/usr/bin/beaker-browser

    ### icons
    install -d          ${pkgdir}/usr/share/icons/hicolor    
    cp -r               ${srcdir}/${pkgname}/hicolor                               ${pkgdir}/usr/share/icons/
}

MojoMotion commented on 2020-05-26 00:33 (UTC)

https://drive.google.com/open?id=1dryAUNhky7jrlH_OTArXOWY-MDLLmiiE

Thanks you for your job ! I am really looking forward to try this software.