[arch-commits] Commit in lynis/repos/community-any (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Tue Aug 23 18:49:03 UTC 2016
Date: Tuesday, August 23, 2016 @ 18:49:03
Author: anthraxx
Revision: 187421
archrelease: copy trunk to community-any
Added:
lynis/repos/community-any/PKGBUILD
(from rev 187420, lynis/trunk/PKGBUILD)
Deleted:
lynis/repos/community-any/PKGBUILD
----------+
PKGBUILD | 104 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-08-23 18:48:55 UTC (rev 187420)
+++ PKGBUILD 2016-08-23 18:49:03 UTC (rev 187421)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Sébastien Luttringer <seblu at aur.archlinux.org>
-
-pkgname=lynis
-pkgver=2.3.2
-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'
- 'bash-completion: completion for bash')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('aa687dcd3d2701040e6765085c83d01b58d2356847c316defdc79f8d70b022cac1d0be1a2635bc2bb47e813ceccc4bc37334397ba5acf3dd45b749adc94f05b4')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- # binary
- install -Dm 755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-
- # profile
- install -Dm 644 default.prf "${pkgdir}/etc/${pkgname}/default.prf"
-
- # plugins, include, db
- 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 187420, lynis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-08-23 18:49:03 UTC (rev 187421)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Sébastien Luttringer <seblu at aur.archlinux.org>
+
+pkgname=lynis
+pkgver=2.3.3
+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'
+ 'bash-completion: completion for bash')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('3c97620339abb55419596ad8e207e4b7c53e59dc9e24ba24bf459b564a3c124cb41439cc852b589f95e21f2feada9709be4389ff846830ae1999a24a19cf0a15')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ # binary
+ install -Dm 755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+
+ # profile
+ install -Dm 644 default.prf "${pkgdir}/etc/${pkgname}/default.prf"
+
+ # plugins, include, db
+ 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