wok-next view pass/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }