void-packages/srcpkgs/ripe-atlas-tools/template
Johannes 0faa2c5ed6 New package: ripe-atlas-tools-2.0.2 (#5215)
* New package: ripe-atlas-tools-2.0.2

The official command-line client for RIPE Atlas.

* New package: python-ripe-atlas-cousteau-1.3

Dependency of ripe-atlas-tools

* New package: python-ripe-atlas-sagan-1.1.11

Dependency of ripe-atlas-tools

* New package: python-socketIO-client-0.7.2

* New package: python-IPy-0.83
2016-12-15 11:26:38 +01:00

23 lines
799 B
Bash

# Template file for 'ripe-atlas-tools'
pkgname=ripe-atlas-tools
version=2.0.2
revision=1
noarch=yes
build_style=python3-module
pycompile_module="ripe/atlas/tools"
hostmakedepends="python3-setuptools"
depends="
python3-tzlocal python3-yaml python3-six python3-dateutil
python3-ripe-atlas-sagan python3-ripe-atlas-cousteau python3-IPy"
short_desc="The official command-line client for RIPE Atlas"
maintainer="johannes <johannes.brechtmann@gmail.com>"
license="GPL-3"
homepage="https://github.com/ripe-ncc/ripe-atlas-tools"
distfiles="https://github.com/ripe-ncc/${pkgname}/archive/v${version}.tar.gz"
checksum=994f095d79415d7e0df3dc6d5a8dd330161acd7b105eab42e7ae6e7a131b3c2e
post_install() {
vinstall ripe-atlas-bash-completion.sh 644 \
usr/share/bash-completion/completions ripe-atlas-tools
}