[arch-commits] Commit in bettercap-caplets/repos/community-any (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sun Apr 12 14:09:08 UTC 2020
Date: Sunday, April 12, 2020 @ 14:09:08
Author: anthraxx
Revision: 613409
archrelease: copy trunk to community-any
Added:
bettercap-caplets/repos/community-any/PKGBUILD
(from rev 613408, bettercap-caplets/trunk/PKGBUILD)
Deleted:
bettercap-caplets/repos/community-any/PKGBUILD
----------+
PKGBUILD | 63 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 33 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-12 14:09:03 UTC (rev 613408)
+++ PKGBUILD 2020-04-12 14:09:08 UTC (rev 613409)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=bettercap-caplets
-pkgver=v20191009.r336.9b56899
-_gitcommit=9b568997eee61f246286718b80e3ad16c3bcf422
-pkgrel=1
-pkgdesc='Bettercap scripts (caplets) and proxy modules'
-url='https://github.com/bettercap/caplets'
-arch=('any')
-license=('GPL3')
-depends=('bettercap')
-makedepends=('git')
-source=(${pkgname}::"git+https://github.com/bettercap/caplets#commit=${_gitcommit}")
-sha512sums=('SKIP')
-
-pkgver() {
- cd ${pkgname}
- printf "v%s.r%s.%s" "$(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD)" \
- "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-package() {
- cd ${pkgname}
- install -d "${pkgdir}/usr/share/bettercap/caplets"
- cp -r . "${pkgdir}/usr/share/bettercap/caplets"
- rm -r "${pkgdir}/usr/share/bettercap/caplets/"{.git,.gitignore,Makefile,README.md,LICENSE.md}
- install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: bettercap-caplets/repos/community-any/PKGBUILD (from rev 613408, bettercap-caplets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-12 14:09:08 UTC (rev 613409)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=bettercap-caplets
+pkgver=v20200110.r338.ed5a3de
+_gitcommit=ed5a3de61e52e03897dd188c8af45fe5e4703845
+pkgrel=1
+pkgdesc='Bettercap scripts (caplets) and proxy modules'
+url='https://github.com/bettercap/caplets'
+arch=('any')
+license=('GPL3')
+depends=('bettercap')
+makedepends=('git')
+optdepends=(
+ 'java-runtime: java caplets'
+)
+source=(${pkgname}::"git+https://github.com/bettercap/caplets#commit=${_gitcommit}")
+sha512sums=('SKIP')
+
+pkgver() {
+ cd ${pkgname}
+ printf "v%s.r%s.%s" "$(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD)" \
+ "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+}
+
+package() {
+ cd ${pkgname}
+ install -d "${pkgdir}/usr/share/bettercap/caplets"
+ cp -r . "${pkgdir}/usr/share/bettercap/caplets"
+ rm -r "${pkgdir}/usr/share/bettercap/caplets/"{.git,.gitignore,Makefile,README.md,LICENSE.md}
+ install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list