wok view pass/receipt @ rev 21661

updated pass (1.6.5 -> 1.7.3)
author Hans-G?nter Theisgen
date Sat Jun 01 10:26:51 2019 +0100 (2019-06-01)
parents a78610b2eb47
children 2f230197370e
line source
1 # SliTaz package receipt.
3 PACKAGE="pass"
4 VERSION="1.7.3"
5 CATEGORY="security"
6 SHORT_DESC="The standard unix password manager."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.passwordstore.org/"
11 SOURCE="password-store"
12 TARBALL="$SOURCE-$VERSION.tar.xz"
13 WGET_URL="http://git.zx2c4.com/$SOURCE/snapshot/$TARBALL"
15 SUGGESTED="git gnupg"
16 DEPENDS="bash"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 }