SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "locustio"

# SliTaz package receipt.

PACKAGE="locustio"
VERSION="0.13.2"
CATEGORY="misc"
SHORT_DESC="Scalable user load testing tool"
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="MIT"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="https://locust.io/"
WGET_URL="https://github.com/locustio/locust/archive/$VERSION.tar.gz"
TAGS="python"

DEPENDS="python"
BUILD_DEPENDS="python-setuptools"

current_version()
{
    wget -O - ${WGET_URL%/arch*} 2>/dev/null | \
    sed '/releases.tag/!d;s|.*/tag.v*\(.*\)".*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    python setup.py install --root=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/usr $fs
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)