void-packages/srcpkgs/python-b2/template
Alessio Sergi 23b1213acb python-b2: rename to backblaze-b2
- fix pkgname (drop python- prefix)
- remove test directory from site-packages root
- rename binary to backblaze-b2 to avoid conflict with Boost's b2
2018-06-06 18:18:48 +02:00

12 lines
373 B
Bash

# Template file for 'python-b2'
pkgname=python-b2
version=1.1.0
revision=6
noarch=yes
build_style=meta
depends="backblaze-b2>=${version}_${revision}"
short_desc="Command Line Interface for Backblaze's B2 storage service (transitional dummy package)"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
homepage="https://github.com/Backblaze/B2_Command_Line_Tool"