1 name: googler 2 maintainer: Arun Prakash Jana <engineerarun@gmail.com> 3 license: GPLv3 4 summary: Google from the command-line. 5 homepage: https://github.com/jarun/googler 6 commands: 7 install: 8 - make PREFIX="/usr" install DESTDIR="${BP_DESTDIR}" 9 packages: 10 # archlinux: 11 # builddeps: 12 # - make 13 # deps: 14 # - python 15 centos7.5: 16 builddeps: 17 - make 18 deps: 19 - python 20 centos7.6: 21 builddeps: 22 - make 23 deps: 24 - python 25 centos7.7: 26 builddeps: 27 - make 28 deps: 29 - python 30 centos8.0: 31 builddeps: 32 - make 33 deps: 34 - python3 35 commands: 36 precompile: 37 - dnf install python3 38 debian9: 39 builddeps: 40 - make 41 deps: 42 - python3 43 debian10: 44 builddeps: 45 - make 46 deps: 47 - python3 48 fedora31: 49 builddeps: 50 - make 51 deps: 52 - python3 53 fedora32: 54 builddeps: 55 - make 56 deps: 57 - python3 58 opensuse15.1: 59 builddeps: 60 - make 61 deps: 62 - python3 63 opensuse15.2: 64 builddeps: 65 - make 66 deps: 67 - python3 68 opensuse.tumbleweed: 69 builddeps: 70 - make 71 deps: 72 - python3 73 ubuntu16.04: 74 builddeps: 75 - make 76 deps: 77 - python3 78 ubuntu18.04: 79 builddeps: 80 - make 81 deps: 82 - python3 83 ubuntu20.04: 84 builddeps: 85 - make 86 deps: 87 - python3