buku/packagecore.yaml

123 lines
2.4 KiB
YAML
Raw Normal View History

name: buku-cli
2017-09-05 18:51:55 +05:30
maintainer: Arun Prakash Jana <engineerarun@gmail.com>
license: GPLv3
2018-05-11 08:00:40 +05:30
summary: Bookmark manager like a text-based mini-web.
2017-09-05 18:51:55 +05:30
homepage: https://github.com/jarun/Buku
commands:
install:
- make PREFIX="/usr" install DESTDIR="${BP_DESTDIR}"
packages:
archlinux:
builddeps:
- make
2017-08-17 22:13:03 +05:30
deps:
- python
2018-08-06 06:34:58 +05:30
- python-beautifulsoup4
- python-certifi
- python-cryptography
- python-urllib3
2019-02-20 07:00:48 +05:30
container: "archlinux/base"
# centos no beautifulsoup4
2019-04-30 07:47:42 +05:30
centos7.5:
builddeps:
- make
deps:
2018-08-06 06:34:58 +05:30
- python
2018-01-09 15:04:08 +05:30
# - python-beautifulsoup4
2018-08-30 06:58:33 +05:30
# - python-certifi
- python-cryptography
- python-urllib3
commands:
pre:
- yum install epel-release
2019-04-30 07:47:42 +05:30
centos7.6:
2018-05-24 07:58:44 +05:30
builddeps:
- make
deps:
2018-08-06 06:34:58 +05:30
- python
2018-05-24 07:58:44 +05:30
# - python-beautifulsoup4
2018-08-30 06:58:33 +05:30
# - python-certifi
2018-05-24 07:58:44 +05:30
- python-cryptography
- python-urllib3
debian9:
builddeps:
- make
deps:
2017-08-17 22:13:03 +05:30
- python3
2018-08-06 06:34:58 +05:30
- python3-bs4
- python3-certifi
- python3-cryptography
- python3-urllib3
fedora26:
builddeps:
- make
deps:
2018-08-06 06:34:58 +05:30
- python3
- python3-beautifulsoup4
2018-08-06 06:34:58 +05:30
- python3-certifi
- python3-cryptography
- python3-urllib3
2018-03-28 09:00:54 +05:30
fedora27:
builddeps:
- make
deps:
2018-08-06 06:34:58 +05:30
- python3
2018-03-28 09:00:54 +05:30
- python3-beautifulsoup4
2018-08-06 06:34:58 +05:30
- python3-certifi
2018-03-28 09:00:54 +05:30
- python3-cryptography
- python3-urllib3
fedora28:
builddeps:
- make
deps:
2018-08-06 06:34:58 +05:30
- python3
- python3-beautifulsoup4
2018-08-06 06:34:58 +05:30
- python3-certifi
- python3-cryptography
- python3-urllib3
2019-01-15 05:24:58 +05:30
fedora29:
builddeps:
- make
deps:
- python3
- python3-beautifulsoup4
- python3-certifi
- python3-cryptography
- python3-urllib3
2019-04-30 07:47:42 +05:30
opensuse15.1:
builddeps:
- make
deps:
- python3
- python3-beautifulsoup4
- python3-certifi
- python3-cryptography
- python3-urllib3
2018-05-24 07:58:44 +05:30
opensuse42.3:
builddeps:
- make
deps:
2018-08-06 06:34:58 +05:30
- python3
2018-05-24 07:58:44 +05:30
- python3-beautifulsoup4
2018-08-06 06:34:58 +05:30
- python3-certifi
2017-08-17 22:13:03 +05:30
- python3-cryptography
2018-05-24 07:58:44 +05:30
- python3-urllib3
ubuntu16.04:
builddeps:
- make
deps:
2017-08-17 22:13:03 +05:30
- python3
2018-08-06 06:34:58 +05:30
- python3-bs4
- python3-certifi
- python3-cryptography
- python3-urllib3
ubuntu18.04:
builddeps:
- make
deps:
- python3
2018-08-06 06:34:58 +05:30
- python3-bs4
- python3-certifi
- python3-cryptography
- python3-urllib3