[arch-commits] Commit in evilginx/repos/community-x86_64 (PKGBUILD PKGBUILD)

Allan McRae allan at gemini.archlinux.org
Sun Jul 17 06:38:45 UTC 2022


    Date: Sunday, July 17, 2022 @ 06:38:45
  Author: allan
Revision: 1254268

archrelease: copy trunk to community-x86_64

Added:
  evilginx/repos/community-x86_64/PKGBUILD
    (from rev 1254267, evilginx/trunk/PKGBUILD)
Deleted:
  evilginx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-17 06:38:27 UTC (rev 1254267)
+++ PKGBUILD	2022-07-17 06:38:45 UTC (rev 1254268)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: kpcyrd <git at rxv.cc>
-
-pkgname=evilginx
-pkgdesc='Man-in-the-middle attack framework used for phishing login credentials'
-pkgver=2.4.0
-pkgrel=1
-url='https://github.com/kgretzky/evilginx2'
-license=('GPL3')
-arch=('x86_64')
-depends=('glibc')
-makedepends=('go' 'git')
-source=(https://github.com/kgretzky/evilginx2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('9023569cfddf49eeef3231b3e3a58db79e268ce14f2f1a1a6122135ff7268f0993de4fc14766c8033f4a70d5995bdcf7aeb93d498feb815fba83e606e43cc333')
-
-build() {
-  cd "${pkgname}2-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -v -o ./bin/evilginx main.go
-}
-
-check() {
-  cd "${pkgname}2-${pkgver}"
-  go test ./...
-}
-
-package() {
-  cd "${pkgname}2-${pkgver}"
-  install -Dm 755 bin/evilginx -t "${pkgdir}/usr/bin"
-  install -Dm 644 phishlets/* -t "${pkgdir}/usr/share/evilginx/phishlets"
-  install -Dm 644 README.md CHANGELOG -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: evilginx/repos/community-x86_64/PKGBUILD (from rev 1254267, evilginx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-17 06:38:45 UTC (rev 1254268)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: kpcyrd <git at rxv.cc>
+
+pkgname=evilginx
+pkgdesc='Man-in-the-middle attack framework used for phishing login credentials'
+pkgver=2.4.0
+pkgrel=2
+url='https://github.com/kgretzky/evilginx2'
+license=('GPL3')
+arch=('x86_64')
+depends=('glibc')
+makedepends=('go' 'git')
+options=('!lto')
+source=(https://github.com/kgretzky/evilginx2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('9023569cfddf49eeef3231b3e3a58db79e268ce14f2f1a1a6122135ff7268f0993de4fc14766c8033f4a70d5995bdcf7aeb93d498feb815fba83e606e43cc333')
+
+build() {
+  cd "${pkgname}2-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -v -o ./bin/evilginx main.go
+}
+
+check() {
+  cd "${pkgname}2-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}2-${pkgver}"
+  install -Dm 755 bin/evilginx -t "${pkgdir}/usr/bin"
+  install -Dm 644 phishlets/* -t "${pkgdir}/usr/share/evilginx/phishlets"
+  install -Dm 644 README.md CHANGELOG -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list