void-packages/srcpkgs/backblaze-b2/template
2019-04-30 18:07:28 +02:00

28 lines
879 B
Bash

# Template file for 'backblaze-b2'
pkgname=backblaze-b2
version=1.4.0
revision=1
archs=noarch
wrksrc="B2_Command_Line_Tool-${version}"
build_style=python2-module
pycompile_module="b2"
hostmakedepends="python-setuptools"
depends="python-setuptools python-logfury python-futures python-Arrow
python-requests python-six"
short_desc="Command Line Interface for Backblaze's B2 storage service"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
homepage="https://github.com/Backblaze/B2_Command_Line_Tool"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=813bf3334b8986fc5592cff8e4e79faca46c957204d31ef4ba520080c5d315eb
post_install() {
# Remove test directory polluting site-packages
rm -rf ${DESTDIR}/usr/lib/python*/site-packages/test
# Avoid conflict with Boost's b2 tool
mv ${DESTDIR}/usr/bin/b2 ${DESTDIR}/usr/bin/backblaze-b2
vlicense LICENSE
}