wok view pass/receipt @ rev 20638

updated libcurl (7.60.0 -> 7.61.1)
author Hans-G?nter Theisgen
date Thu Jan 10 14:28:38 2019 +0100 (2019-01-10)
parents
children a78610b2eb47
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="http://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 }