wok view pass/receipt @ rev 20771

cpige: add man page for cook.slitaz.org
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 13 16:56:42 2019 +0100 (2019-02-13)
parents 912afdd1237d
children 9ad97542cf5c
line source
1 # SliTaz package receipt.
3 PACKAGE="pass"
4 SOURCE="password-store"
5 VERSION="1.6.5"
6 CATEGORY="security"
7 SHORT_DESC="The standard unix password manager."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 TARBALL="$SOURCE-$VERSION.tar.xz"
11 WEB_SITE="https://www.passwordstore.org/"
12 WGET_URL="http://git.zx2c4.com/$SOURCE/snapshot/$TARBALL"
13 SUGGESTED="git gnupg"
15 DEPENDS="bash"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }