
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 }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)