# HG changeset patch # User Pascal Bellard # Date 1447060609 -3600 # Node ID 912afdd1237df7304879a518cda44b4dab2c5579 # Parent 4a2e88452d3c0c7f1fec81bcd0e17dca145dec91 Add pass diff -r 4a2e88452d3c -r 912afdd1237d pass/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pass/receipt Mon Nov 09 10:16:49 2015 +0100 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="pass" +SOURCE="password-store" +VERSION="1.6.5" +CATEGORY="security" +SHORT_DESC="The standard unix password manager." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" +TARBALL="$SOURCE-$VERSION.tar.xz" +WEB_SITE="http://www.passwordstore.org/" +WGET_URL="http://git.zx2c4.com/$SOURCE/snapshot/$TARBALL" +SUGGESTED="git gnupg" + +DEPENDS="bash" + +# Rules to configure and make the package. +compile_rules() +{ + make 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 +}