buku/packagecore.yaml

62 lines
1.2 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
2017-09-18 01:33:43 -05:00
summary: Powerful command-line bookmark manager.
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-urllib3
- python-cryptography
- python-beautifulsoup4
- python
2017-08-16 21:26:16 -05:00
fedora26:
builddeps:
- make
deps:
2017-08-17 11:43:03 -05:00
- python3-beautifulsoup4
- python3-cryptography
- python3-urllib3
- python3
# centos no beautifulsoup4
centos7.3:
builddeps:
- make
deps:
2017-08-17 11:43:03 -05:00
# - python-beautifulsoup4
- python-cryptography
- python-urllib3
- python
commands:
pre:
- yum install epel-release
ubuntu16.04:
builddeps:
- make
deps:
2017-08-17 11:43:03 -05:00
- python3-urllib3
- python3-cryptography
- python3-bs4
- python3
ubuntu17.10:
builddeps:
- make
deps:
2017-08-17 11:43:03 -05:00
- python3-urllib3
- python3-cryptography
- python3-bs4
- python3
debian9:
builddeps:
- make
deps:
2017-08-17 11:43:03 -05:00
- python3-urllib3
- python3-cryptography
- python3-bs4
- python3