2017-08-16 06:19:56 -05:00
|
|
|
name: buku
|
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.
|
2017-09-05 08:21:55 -05: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
|
2017-08-16 08:37:36 -05:00
|
|
|
# centos no beautifulsoup4
|
2017-11-24 17:37:04 -06:00
|
|
|
centos7.3:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
2018-08-05 20:04:58 -05:00
|
|
|
- python
|
2018-01-09 03:34:08 -06:00
|
|
|
# - python-beautifulsoup4
|
2018-08-05 20:04:58 -05:00
|
|
|
- python-certifi
|
2017-11-24 17:37:04 -06:00
|
|
|
- python-cryptography
|
|
|
|
- python-urllib3
|
|
|
|
commands:
|
|
|
|
pre:
|
|
|
|
- yum install epel-release
|
2018-05-23 21:28:44 -05:00
|
|
|
centos7.4:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
2018-08-05 20:04:58 -05:00
|
|
|
- python
|
2018-05-23 21:28:44 -05:00
|
|
|
# - python-beautifulsoup4
|
2018-08-05 20:04:58 -05:00
|
|
|
- python-certifi
|
2018-05-23 21:28:44 -05:00
|
|
|
- python-cryptography
|
|
|
|
- python-urllib3
|
2018-01-01 07:33:17 -06:00
|
|
|
debian9:
|
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-01-01 07:33:17 -06:00
|
|
|
fedora26:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
2018-08-05 20:04:58 -05:00
|
|
|
- python3
|
2018-01-01 07:33:17 -06:00
|
|
|
- python3-beautifulsoup4
|
2018-08-05 20:04:58 -05:00
|
|
|
- python3-certifi
|
2018-01-01 07:33:17 -06:00
|
|
|
- python3-cryptography
|
|
|
|
- python3-urllib3
|
2018-03-27 22:30:54 -05:00
|
|
|
fedora27:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
2018-08-05 20:04:58 -05:00
|
|
|
- python3
|
2018-03-27 22:30:54 -05:00
|
|
|
- python3-beautifulsoup4
|
2018-08-05 20:04:58 -05:00
|
|
|
- python3-certifi
|
2018-03-27 22:30:54 -05:00
|
|
|
- python3-cryptography
|
|
|
|
- python3-urllib3
|
2018-05-08 22:16:09 -05:00
|
|
|
fedora28:
|
|
|
|
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
|
2018-05-23 21:28:44 -05:00
|
|
|
opensuse42.3:
|
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
|
|
|
|
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
|