wok-next view lynis/receipt @ rev 21722
efivar: typo in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 10:31:46 2020 +0000 (2020-09-01) |
parents | a3c581bf52b8 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="lynis"
4 VERSION="2.1.1"
5 CATEGORY="security"
6 SHORT_DESC="Security and system auditing tool"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://cisofy.com/lynis/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://cisofy.com/files/$TARBALL"
14 genpkg_rules() {
15 mkdir -p $fs/usr/share
16 cp -a $src $fs/usr/share/lynis
17 chown -R root.root $fs/usr/share/lynis
18 SUGGESTED="wget procps perl findutils rpm4"
19 }