
Receipt for package "fzy"
# SliTaz package receipt. PACKAGE="fzy" VERSION="1.0" CATEGORY="utilities" SHORT_DESC="A fast, simple fuzzy finder." LICENSE="MIT" MAINTAINER="paul@slitaz.org" WEB_SITE="https://github.com/jhawthorn/fzy" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/jhawthorn/$PACKAGE/releases/download/$VERSION/$TARBALL" DEPENDS="" BUILD_DEPENDS="" current_version() { wget -O - ${WGET_URL%/down*}s 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { make -j 1 && make PREFIX=/usr DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)