Pencil.sh 327 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"

PRODUCT=pencil
PRODUCTDIR=/opt/Pencil
PRODUCTCUR=Pencil

. $(dirname $0)/common-chromium-browser.sh

Vitaly Lipatov's avatar
Vitaly Lipatov committed
12 13
add_conflicts pencil

14 15 16
add_bin_link_command
add_bin_link_command $PRODUCTCUR $PRODUCT

17
add_electron_deps
18 19 20 21 22

fix_chrome_sandbox

fix_desktop_file