name: buku-cli maintainer: Arun Prakash Jana license: GPLv3 summary: Bookmark manager like a text-based mini-web. homepage: https://github.com/jarun/buku commands: install: - make PREFIX="/usr" install DESTDIR="${BP_DESTDIR}" packages: archlinux: builddeps: - make deps: - python - python-beautifulsoup4 - python-certifi - python-cryptography - python-urllib3 container: "archlinux/base" # centos no beautifulsoup4 centos7.5: builddeps: - make deps: - python # - python-beautifulsoup4 # - python-certifi - python-cryptography - python-urllib3 commands: pre: - yum install epel-release centos7.6: builddeps: - make deps: - python # - python-beautifulsoup4 # - python-certifi - python-cryptography - python-urllib3 debian9: builddeps: - make deps: - python3 - python3-bs4 - python3-certifi - python3-cryptography - python3-urllib3 fedora26: builddeps: - make deps: - python3 - python3-beautifulsoup4 - python3-certifi - python3-cryptography - python3-urllib3 fedora27: builddeps: - make deps: - python3 - python3-beautifulsoup4 - python3-certifi - python3-cryptography - python3-urllib3 fedora28: builddeps: - make deps: - python3 - python3-beautifulsoup4 - python3-certifi - python3-cryptography - python3-urllib3 fedora29: builddeps: - make deps: - python3 - python3-beautifulsoup4 - python3-certifi - python3-cryptography - python3-urllib3 opensuse15.1: builddeps: - make deps: - python3 - python3-beautifulsoup4 - python3-certifi - python3-cryptography - python3-urllib3 opensuse42.3: builddeps: - make deps: - python3 - python3-beautifulsoup4 - python3-certifi - python3-cryptography - python3-urllib3 ubuntu16.04: builddeps: - make deps: - python3 - python3-bs4 - python3-certifi - python3-cryptography - python3-urllib3 ubuntu18.04: builddeps: - make deps: - python3 - python3-bs4 - python3-certifi - python3-cryptography - python3-urllib3