[arch-commits] Commit in bettercap-caplets/repos/community-any (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Mon Apr 26 21:47:42 UTC 2021


    Date: Monday, April 26, 2021 @ 21:47:42
  Author: anthraxx
Revision: 924593

archrelease: copy trunk to community-any

Added:
  bettercap-caplets/repos/community-any/PKGBUILD
    (from rev 924592, bettercap-caplets/trunk/PKGBUILD)
Deleted:
  bettercap-caplets/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-26 21:47:36 UTC (rev 924592)
+++ PKGBUILD	2021-04-26 21:47:42 UTC (rev 924593)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=bettercap-caplets
-pkgver=v20201031.r370.7e20238
-_gitcommit=7e202386a3b691ccda927e0bae0306c782d1b1a4
-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)"
-}
-
-prepare() {
-  cd ${pkgname}
-  find . -type f -exec sed 's|/usr/local|/usr|g' -i {} +
-}
-
-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 924592, bettercap-caplets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-26 21:47:42 UTC (rev 924593)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=bettercap-caplets
+pkgver=v20210412.r372.2d58298
+_gitcommit=2d5829801250e64e88009f71aa68059ac4689130
+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)"
+}
+
+prepare() {
+  cd ${pkgname}
+  find . -type f -exec sed 's|/usr/local|/usr|g' -i {} +
+}
+
+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