buku/packagecore.yaml
2020-05-16 21:02:47 +05:30

162 lines
3.1 KiB
YAML

name: buku-cli
maintainer: Arun Prakash Jana <engineerarun@gmail.com>
license: GPLv3
summary: Bookmark manager like a text-based mini-web.
homepage: https://github.com/jarun/buku
commands:
install:
- make PREFIX="/usr" install DESTDIR="${BP_DESTDIR}"
packages:
archlinux:
builddeps:
- make
deps:
- python
- python-beautifulsoup4
- python-certifi
- python-cryptography
- python-urllib3
container: "archlinux/base"
# centos no beautifulsoup4
centos7.5:
builddeps:
- make
deps:
- python
# - python-beautifulsoup4
# - python-certifi
- python-cryptography
- python-urllib3
commands:
pre:
- yum install epel-release
centos7.6:
builddeps:
- make
deps:
- python
# - python-beautifulsoup4
# - python-certifi
- python-cryptography
- python-urllib3
centos7.7:
builddeps:
- make
deps:
- python
# - python-beautifulsoup4
# - python-certifi
- python-cryptography
- python-urllib3
centos8.0:
builddeps:
- make
deps:
- python3
# - python3-beautifulsoup4
# - python3-certifi
- python3-cryptography
- python3-urllib3
commands:
precompile:
- dnf install python3 python3-cryptography python3-urllib3
debian8:
builddeps:
- make
deps:
- python3
- python3-bs4
- python3-certifi
- python3-cryptography
- python3-urllib3
debian9:
builddeps:
- make
deps:
- python3
- python3-bs4
- python3-certifi
- python3-cryptography
- python3-urllib3
debian10:
builddeps:
- make
deps:
- python3
- python3-bs4
- python3-certifi
- python3-cryptography
- python3-urllib3
fedora30:
builddeps:
- make
deps:
- python3
- python3-beautifulsoup4
- python3-certifi
- python3-cryptography
- python3-urllib3
fedora31:
builddeps:
- make
deps:
- python3
- python3-beautifulsoup4
- python3-certifi
- python3-cryptography
- python3-urllib3
fedora32:
builddeps:
- make
deps:
- python3
- python3-beautifulsoup4
- python3-certifi
- python3-cryptography
- python3-urllib3
opensuse15.1:
builddeps:
- make
deps:
- python3
- python3-beautifulsoup4
- python3-certifi
- python3-cryptography
- python3-urllib3
ubuntu14.04:
builddeps:
- make
deps:
- python3
- python3-bs4
- python3-certifi
- python3-cryptography
- python3-urllib3
ubuntu16.04:
builddeps:
- make
deps:
- python3
- python3-bs4
- python3-certifi
- python3-cryptography
- python3-urllib3
ubuntu18.04:
builddeps:
- make
deps:
- python3
- python3-bs4
- python3-certifi
- python3-cryptography
- python3-urllib3
ubuntu20.04:
builddeps:
- make
deps:
- python3
- python3-bs4
- python3-certifi
- python3-cryptography
- python3-urllib3