2017-08-16 06:19:56 -05:00
|
|
|
name: buku
|
|
|
|
metadata:
|
|
|
|
maintainer: Arun Prakash Jana <engineerarun@gmail.com>
|
2017-08-17 11:43:03 -05:00
|
|
|
license: GPLv3
|
2017-08-16 06:19:56 -05:00
|
|
|
summary: A highly delicious bookmark manager. Your mini web!
|
|
|
|
homepage: https://github.com/jarun/Buku/
|
|
|
|
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-urllib3
|
|
|
|
- python-requests
|
|
|
|
- python-cryptography
|
|
|
|
- python-beautifulsoup4
|
|
|
|
- python
|
2017-08-16 21:26:16 -05:00
|
|
|
fedora26:
|
2017-08-16 06:19:56 -05:00
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
2017-08-17 11:43:03 -05:00
|
|
|
- python3-beautifulsoup4
|
|
|
|
- python3-cryptography
|
|
|
|
- python3-requests
|
|
|
|
- python3-urllib3
|
|
|
|
- python3
|
2017-08-16 08:37:36 -05:00
|
|
|
# centos no beautifulsoup4
|
2017-08-16 06:19:56 -05:00
|
|
|
# centos7.3:
|
|
|
|
# builddeps:
|
|
|
|
# - make
|
|
|
|
# deps:
|
2017-08-17 11:43:03 -05:00
|
|
|
# - python-beautifulsoup4
|
|
|
|
# - python-cryptography
|
|
|
|
# - python-requests
|
|
|
|
# - python-urllib3
|
|
|
|
# - python
|
2017-08-16 08:37:36 -05:00
|
|
|
# commands:
|
|
|
|
# pre:
|
|
|
|
# - yum install epel-release
|
|
|
|
ubuntu16.04:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
2017-08-17 11:43:03 -05:00
|
|
|
- python3-urllib3
|
|
|
|
- python3-requests
|
|
|
|
- python3-cryptography
|
|
|
|
- python3-bs4
|
|
|
|
- python3
|
2017-08-16 06:19:56 -05:00
|
|
|
ubuntu17.10:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
2017-08-17 11:43:03 -05:00
|
|
|
- python3-urllib3
|
|
|
|
- python3-requests
|
|
|
|
- python3-cryptography
|
|
|
|
- python3-bs4
|
|
|
|
- python3
|
2017-08-16 08:37:36 -05:00
|
|
|
debian9:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
deps:
|
2017-08-17 11:43:03 -05:00
|
|
|
- python3-urllib3
|
|
|
|
- python3-requests
|
|
|
|
- python3-cryptography
|
|
|
|
- python3-bs4
|
|
|
|
- python3
|