[arch-commits] Commit in hydra/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Sep 10 23:19:53 UTC 2018


    Date: Monday, September 10, 2018 @ 23:19:52
  Author: foutrelis
Revision: 379425

archrelease: copy trunk to community-staging-x86_64

Added:
  hydra/repos/community-staging-x86_64/
  hydra/repos/community-staging-x86_64/PKGBUILD
    (from rev 379424, hydra/trunk/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: hydra/repos/community-staging-x86_64/PKGBUILD (from rev 379424, hydra/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-09-10 23:19:52 UTC (rev 379425)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Rudy Matela <rudy at matela.com.br>
+# Contributor: Bartek Piotrowski <barthalion at gmail.com>
+# Contributor: Thomas S Hatch <thatch45 at gmail dot com>
+# Contributor: pootzko <pootzko at gmail.com>
+# Contributor: Jinx <jinxware at gmail.com>
+# Contributor: Timothée Ravier <tim at siosm.fr>
+
+pkgname=hydra
+pkgver=8.6
+pkgrel=2
+pkgdesc='Very fast network logon cracker which support many different services'
+url='https://github.com/vanhauser-thc/thc-hydra'
+arch=('x86_64')
+license=('GPL3')
+depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn'
+         'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre')
+optdepends=('gtk2: graphical front-end (xhydra)')
+makedepends=('gtk2')
+source=(thc-hydra-${pkgver}.tar.gz::https://github.com/vanhauser-thc/thc-hydra/archive/${pkgver}.tar.gz)
+sha256sums=('05a87eb018507b24afca970081f067e64441460319fb75ca1e64c4a1f322b80b')
+
+build() {
+  cd thc-hydra-${pkgver}
+  ./configure --fhs
+  make
+}
+
+package() {
+  cd thc-hydra-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list