buku/packagecore.yaml

104 lines
2.0 KiB
YAML
Raw Normal View History

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
commands:
install:
- make PREFIX="/usr" install DESTDIR="${BP_DESTDIR}"
packages:
archlinux:
builddeps:
- make
2017-08-17 11:43:03 -05:00
deps:
- python
2018-08-05 20:04:58 -05:00
- python-beautifulsoup4
- python-certifi
- python-cryptography
- python-urllib3
# centos no beautifulsoup4
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-29 20:28:33 -05:00
# - python-certifi
- 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-29 20:28:33 -05:00
# - python-certifi
2018-05-23 21:28:44 -05:00
- python-cryptography
- python-urllib3
debian9:
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
fedora26:
builddeps:
- make
deps:
2018-08-05 20:04:58 -05:00
- python3
- python3-beautifulsoup4
2018-08-05 20:04:58 -05:00
- python3-certifi
- 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
fedora28:
builddeps:
- make
deps:
2018-08-05 20:04:58 -05:00
- python3
- python3-beautifulsoup4
2018-08-05 20:04:58 -05:00
- python3-certifi
- python3-cryptography
- python3-urllib3
2018-05-23 21:28:44 -05:00
opensuse42.3:
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:
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
ubuntu18.04:
builddeps:
- make
deps:
- python3
2018-08-05 20:04:58 -05:00
- python3-bs4
- python3-certifi
- python3-cryptography
- python3-urllib3