SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "pass"

# SliTaz package receipt.

PACKAGE="pass"
VERSION="1.7.4"
CATEGORY="security"
SHORT_DESC="The standard unix password manager."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://www.passwordstore.org/"
REPOLOGY="password-store"

SOURCE="password-store"
TARBALL="$SOURCE-$VERSION.tar.xz"
WGET_URL="https://git.zx2c4.com/$SOURCE/snapshot/$TARBALL"

SUGGESTED="git gnupg tree"
DEPENDS="bash"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/*/*}/ 2>/dev/null | \
    sed "/latest/d;/$SOURCE-[0-9]/!d;/zip/!d;s|.*$SOURCE-\\(.*\\).zip.*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    bin
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)