2017-08-16 04:19:56 -07:00
|
|
|
name: buku
|
2017-09-05 18:51:55 +05:30
|
|
|
maintainer: Arun Prakash Jana <engineerarun@gmail.com>
|
|
|
|
license: GPLv3
|
2017-09-18 12:03:43 +05:30
|
|
|
summary: Powerful command-line bookmark manager.
|
2017-09-05 18:51:55 +05:30
|
|
|
homepage: https://github.com/jarun/Buku
|
2017-08-16 04:19:56 -07:00
|
|
|
commands:
|
|
|
|
install:
|
|
|
|
- make PREFIX="/usr" install DESTDIR="${BP_DESTDIR}"
|
|
|
|
packages:
|
|
|
|
archlinux:
|
|
|
|
builddeps:
|
|
|
|
- make
|
2017-08-17 22:13:03 +05:30
|
|
|
deps:
|
2017-08-16 04:19:56 -07:00
|
|
|
- python-urllib3
|
|
|
|
- python-cryptography
|
|
|
|
- python-beautifulsoup4
|
|
|
|
- python
|
2017-08-16 06:37:36 -07:00
|
|
|
# centos no beautifulsoup4
|
2017-11-25 05:07:04 +05:30
|
|
|
centos7.3:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
2018-01-09 15:04:08 +05:30
|
|
|
# - python-beautifulsoup4
|
2017-11-25 05:07:04 +05:30
|
|
|
- python-cryptography
|
|
|
|
- python-urllib3
|
|
|
|
- python
|
|
|
|
commands:
|
|
|
|
pre:
|
|
|
|
- yum install epel-release
|
2018-01-01 19:03:17 +05:30
|
|
|
debian9:
|
2017-08-16 06:37:36 -07:00
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
2017-08-17 22:13:03 +05:30
|
|
|
- python3-urllib3
|
|
|
|
- python3-cryptography
|
|
|
|
- python3-bs4
|
|
|
|
- python3
|
2018-01-01 19:03:17 +05:30
|
|
|
fedora26:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
|
|
|
- python3-beautifulsoup4
|
|
|
|
- python3-cryptography
|
|
|
|
- python3-urllib3
|
|
|
|
- python3
|
2018-01-09 15:04:08 +05:30
|
|
|
# fedora27:
|
|
|
|
# builddeps:
|
|
|
|
# - make
|
|
|
|
# deps:
|
|
|
|
# - python3-beautifulsoup4
|
|
|
|
# - python3-cryptography
|
|
|
|
# - python3-urllib3
|
|
|
|
# - python3
|
2018-01-01 20:36:13 +05:30
|
|
|
opensuse42.3:
|
2018-01-01 19:03:17 +05:30
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
|
|
|
- python3-beautifulsoup4
|
|
|
|
- python3-cryptography
|
|
|
|
- python3-urllib3
|
|
|
|
- python3
|
|
|
|
ubuntu16.04:
|
2017-08-16 04:19:56 -07:00
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
2017-08-17 22:13:03 +05:30
|
|
|
- python3-urllib3
|
|
|
|
- python3-cryptography
|
|
|
|
- python3-bs4
|
|
|
|
- python3
|
2018-01-01 19:03:17 +05:30
|
|
|
ubuntu17.10:
|
2017-08-16 06:37:36 -07:00
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
2017-08-17 22:13:03 +05:30
|
|
|
- python3-urllib3
|
|
|
|
- python3-cryptography
|
|
|
|
- python3-bs4
|
|
|
|
- python3
|