2019-05-26 10:38:47 -05:00
|
|
|
name: buku-cli
|
2017-09-05 08:21:55 -05:00
|
|
|
maintainer: Arun Prakash Jana <engineerarun@gmail.com>
|
|
|
|
license: GPLv3
|
2018-05-10 21:30:40 -05:00
|
|
|
summary: Bookmark manager like a text-based mini-web.
|
2020-01-07 21:07:17 -06:00
|
|
|
homepage: https://github.com/jarun/buku
|
2017-08-16 06:19:56 -05:00
|
|
|
commands:
|
|
|
|
install:
|
|
|
|
- make PREFIX="/usr" install DESTDIR="${BP_DESTDIR}"
|
|
|
|
packages:
|
|
|
|
archlinux:
|
|
|
|
builddeps:
|
|
|
|
- make
|
2017-08-17 11:43:03 -05:00
|
|
|
deps:
|
2017-08-16 06:19:56 -05:00
|
|
|
- python
|
2018-08-05 20:04:58 -05:00
|
|
|
- python-beautifulsoup4
|
|
|
|
- python-certifi
|
|
|
|
- python-cryptography
|
|
|
|
- python-urllib3
|
2019-02-19 19:30:48 -06:00
|
|
|
container: "archlinux/base"
|
2017-08-16 08:37:36 -05:00
|
|
|
# centos no beautifulsoup4
|
2019-04-29 21:17:42 -05:00
|
|
|
centos7.5:
|
2017-11-24 17:37:04 -06:00
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
2018-08-05 20:04:58 -05:00
|
|
|
- python
|
2018-01-09 03:34:08 -06:00
|
|
|
# - python-beautifulsoup4
|
2018-08-29 20:28:33 -05:00
|
|
|
# - python-certifi
|
2017-11-24 17:37:04 -06:00
|
|
|
- python-cryptography
|
|
|
|
- python-urllib3
|
|
|
|
commands:
|
|
|
|
pre:
|
|
|
|
- yum install epel-release
|
2019-04-29 21:17:42 -05:00
|
|
|
centos7.6:
|
2018-05-23 21:28:44 -05:00
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
2018-08-05 20:04:58 -05:00
|
|
|
- python
|
2018-05-23 21:28:44 -05:00
|
|
|
# - python-beautifulsoup4
|
2018-08-29 20:28:33 -05:00
|
|
|
# - python-certifi
|
2018-05-23 21:28:44 -05:00
|
|
|
- python-cryptography
|
|
|
|
- python-urllib3
|
2020-05-16 10:32:47 -05:00
|
|
|
centos7.7:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
|
|
|
- python
|
|
|
|
# - python-beautifulsoup4
|
|
|
|
# - python-certifi
|
|
|
|
- python-cryptography
|
|
|
|
- python-urllib3
|
|
|
|
centos8.0:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
|
|
|
- python3
|
|
|
|
# - python3-beautifulsoup4
|
|
|
|
# - python3-certifi
|
|
|
|
- python3-cryptography
|
|
|
|
- python3-urllib3
|
|
|
|
commands:
|
|
|
|
precompile:
|
|
|
|
- dnf install python3 python3-cryptography python3-urllib3
|
|
|
|
debian9:
|
2018-01-01 07:33:17 -06:00
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
2018-08-05 20:04:58 -05:00
|
|
|
- python3
|
2020-01-30 15:41:54 -06:00
|
|
|
- python3-bs4
|
2018-08-05 20:04:58 -05:00
|
|
|
- python3-certifi
|
2018-01-01 07:33:17 -06:00
|
|
|
- python3-cryptography
|
|
|
|
- python3-urllib3
|
2020-05-16 10:32:47 -05:00
|
|
|
debian10:
|
2018-03-27 22:30:54 -05:00
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
2018-08-05 20:04:58 -05:00
|
|
|
- python3
|
2020-05-16 10:32:47 -05:00
|
|
|
- python3-bs4
|
2018-08-05 20:04:58 -05:00
|
|
|
- python3-certifi
|
2018-03-27 22:30:54 -05:00
|
|
|
- python3-cryptography
|
|
|
|
- python3-urllib3
|
2020-01-30 15:41:54 -06:00
|
|
|
fedora30:
|
2018-05-08 22:16:09 -05:00
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
2018-08-05 20:04:58 -05:00
|
|
|
- python3
|
2018-05-08 22:16:09 -05:00
|
|
|
- python3-beautifulsoup4
|
2018-08-05 20:04:58 -05:00
|
|
|
- python3-certifi
|
2018-05-08 22:16:09 -05:00
|
|
|
- python3-cryptography
|
|
|
|
- python3-urllib3
|
2020-01-30 15:41:54 -06:00
|
|
|
fedora31:
|
2019-01-14 17:54:58 -06:00
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
|
|
|
- python3
|
|
|
|
- python3-beautifulsoup4
|
|
|
|
- python3-certifi
|
|
|
|
- python3-cryptography
|
|
|
|
- python3-urllib3
|
2020-05-16 10:32:47 -05:00
|
|
|
fedora32:
|
2019-04-29 21:17:42 -05:00
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
|
|
|
- python3
|
|
|
|
- python3-beautifulsoup4
|
|
|
|
- python3-certifi
|
|
|
|
- python3-cryptography
|
|
|
|
- python3-urllib3
|
2020-01-30 15:41:54 -06:00
|
|
|
opensuse15.1:
|
2017-08-16 06:19:56 -05:00
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
2018-08-05 20:04:58 -05:00
|
|
|
- python3
|
2018-05-23 21:28:44 -05:00
|
|
|
- python3-beautifulsoup4
|
2018-08-05 20:04:58 -05:00
|
|
|
- python3-certifi
|
2017-08-17 11:43:03 -05:00
|
|
|
- python3-cryptography
|
2018-05-23 21:28:44 -05:00
|
|
|
- python3-urllib3
|
2020-06-14 04:55:05 -05:00
|
|
|
opensuse.tumbleweed:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
|
|
|
- python3
|
|
|
|
- python3-beautifulsoup4
|
|
|
|
- python3-certifi
|
|
|
|
- python3-cryptography
|
|
|
|
- python3-urllib3
|
2018-05-23 21:28:44 -05:00
|
|
|
ubuntu16.04:
|
2017-08-16 08:37:36 -05:00
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
2017-08-17 11:43:03 -05:00
|
|
|
- python3
|
2018-08-05 20:04:58 -05:00
|
|
|
- python3-bs4
|
|
|
|
- python3-certifi
|
|
|
|
- python3-cryptography
|
|
|
|
- python3-urllib3
|
2018-05-08 22:16:09 -05:00
|
|
|
ubuntu18.04:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
|
|
|
- python3
|
2018-08-05 20:04:58 -05:00
|
|
|
- python3-bs4
|
|
|
|
- python3-certifi
|
|
|
|
- python3-cryptography
|
|
|
|
- python3-urllib3
|
2020-05-16 10:32:47 -05:00
|
|
|
ubuntu20.04:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
|
|
|
- python3
|
|
|
|
- python3-bs4
|
|
|
|
- python3-certifi
|
|
|
|
- python3-cryptography
|
|
|
|
- python3-urllib3
|