wok-next annotate pass/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents a3c581bf52b8
children
rev   line source
pascal@18565 1 # SliTaz package receipt.
pascal@18565 2
pascal@18565 3 PACKAGE="pass"
pascal@18565 4 VERSION="1.6.5"
pascal@18565 5 CATEGORY="security"
al@21020 6 SHORT_DESC="The standard UNIX password manager"
pascal@18565 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18565 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://www.passwordstore.org/"
al@21020 10
al@21020 11 SOURCE="password-store"
pascal@18565 12 TARBALL="$SOURCE-$VERSION.tar.xz"
pascal@18565 13 WGET_URL="http://git.zx2c4.com/$SOURCE/snapshot/$TARBALL"
pascal@18565 14
al@21020 15 compile_rules() {
al@21020 16 make DESTDIR=$install install
pascal@18565 17 }
pascal@18565 18
al@21020 19 genpkg_rules() {
pascal@18565 20 mkdir -p $fs/usr
pascal@18565 21 cp -a $install/usr/bin $fs/usr
al@21020 22 DEPENDS="bash"
al@21020 23 SUGGESTED="git gnupg"
pascal@18565 24 }