[arch-commits] Commit in lynis/repos/community-any (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at gemini.archlinux.org
Sat May 21 20:13:31 UTC 2022
Date: Saturday, May 21, 2022 @ 20:13:31
Author: anthraxx
Revision: 1209892
archrelease: copy trunk to community-any
Added:
lynis/repos/community-any/PKGBUILD
(from rev 1209891, lynis/trunk/PKGBUILD)
Deleted:
lynis/repos/community-any/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-21 20:13:26 UTC (rev 1209891)
+++ PKGBUILD 2022-05-21 20:13:31 UTC (rev 1209892)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Sébastien Luttringer <seblu at aur.archlinux.org>
-
-pkgname=lynis
-pkgver=3.0.7
-pkgrel=1
-pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
-url='https://cisofy.com/lynis/'
-arch=('any')
-license=('GPL3')
-backup=('etc/lynis/default.prf')
-depends=('sh' 'awk')
-optdepends=('net-tools: networking tests'
- 'bind-tools: nameserver tests'
- 'iptables: firewall tests')
-source=("https://downloads.cisofy.com/lynis/lynis-$pkgver.tar.gz"{,.asc})
-sha512sums=('c65d42071a48b15c2f16ceaf30404db0dac740c4cc6109442a0757e0576f794ebaf9430547eb1a0a452ce85993f00e8779ce2c4ffc47c206d674b8fd2cb02e3a'
- 'SKIP')
-b2sums=('d9cddcba9c83ddee08ea38c8e80bf6f0a78179ad102673a876a1fe3d4544612e945d8637a8d026ce7bff72b09d6274223031e1cb6fc74596b2c65f0380fecd67'
- 'SKIP')
-validpgpkeys=('84FAA9983B24AEF24D6C87F1FEBB7D1812576482') # CISOfy (Software Signing Key) <software at cisofy.com>
-
-prepare() {
- cd "$pkgname"
- sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
-}
-
-package() {
- cd "$pkgname"
-
- # application
- install -Dm 755 lynis -t "${pkgdir}/usr/bin"
- install -Dm 644 default.prf -t "${pkgdir}/etc/${pkgname}"
- install -d "${pkgdir}/usr/share/${pkgname}"
- cp -ra db include plugins "${pkgdir}/usr/share/${pkgname}"
-
- # doc files
- install -Dm 644 README INSTALL CHANGELOG.md FAQ \
- -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm 644 "${pkgname}.8" -t "${pkgdir}/usr/share/man/man8"
-
- # completion
- install -Dm 644 extras/bash_completion.d/${pkgname} \
- -t "${pkgdir}/usr/share/bash-completion/completions"
-
- # systemd
- install -Dm 644 extras/systemd/{lynis.service,lynis.timer} \
- -t "${pkgdir}/usr/lib/systemd/system"
-}
-
-# vim: ts=2 sw=2 et:
Copied: lynis/repos/community-any/PKGBUILD (from rev 1209891, lynis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-21 20:13:31 UTC (rev 1209892)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Sébastien Luttringer <seblu at aur.archlinux.org>
+
+pkgname=lynis
+pkgver=3.0.8
+pkgrel=1
+pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
+url='https://cisofy.com/lynis/'
+arch=('any')
+license=('GPL3')
+backup=('etc/lynis/default.prf')
+depends=('sh' 'awk')
+optdepends=('net-tools: networking tests'
+ 'bind-tools: nameserver tests'
+ 'iptables: firewall tests')
+source=("https://downloads.cisofy.com/lynis/lynis-$pkgver.tar.gz"{,.asc})
+sha512sums=('df41aa8b7518a72ee17732eb7e69ccc62ca6e1323d3adc7aec509cd1c21494fece873e101bc317655dafbf58b32699f56dd27eec13a2ce615801cee75961cd33'
+ 'SKIP')
+b2sums=('490bd6799619a4247c3fa68cc96f2f1fead651b23db0ffb512394960f8ca0360ab7f25d2bb8d9e742641558972e1fdd4b1e18d7de0d13007988276eed3a97b1f'
+ 'SKIP')
+validpgpkeys=('84FAA9983B24AEF24D6C87F1FEBB7D1812576482') # CISOfy (Software Signing Key) <software at cisofy.com>
+
+prepare() {
+ cd "$pkgname"
+ sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
+}
+
+package() {
+ cd "$pkgname"
+
+ # application
+ install -Dm 755 lynis -t "${pkgdir}/usr/bin"
+ install -Dm 644 default.prf -t "${pkgdir}/etc/${pkgname}"
+ install -d "${pkgdir}/usr/share/${pkgname}"
+ cp -ra db include plugins "${pkgdir}/usr/share/${pkgname}"
+
+ # doc files
+ install -Dm 644 README INSTALL CHANGELOG.md FAQ \
+ -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dm 644 "${pkgname}.8" -t "${pkgdir}/usr/share/man/man8"
+
+ # completion
+ install -Dm 644 extras/bash_completion.d/${pkgname} \
+ -t "${pkgdir}/usr/share/bash-completion/completions"
+
+ # systemd
+ install -Dm 644 extras/systemd/{lynis.service,lynis.timer} \
+ -t "${pkgdir}/usr/lib/systemd/system"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list