wok-next view pass/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents a3c581bf52b8
children
line source
1 # SliTaz package receipt.
3 PACKAGE="pass"
4 VERSION="1.6.5"
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 compile_rules() {
16 make DESTDIR=$install install
17 }
19 genpkg_rules() {
20 mkdir -p $fs/usr
21 cp -a $install/usr/bin $fs/usr
22 DEPENDS="bash"
23 SUGGESTED="git gnupg"
24 }