[arch-commits] Commit in hashcat-utils/repos (4 files)

Levente Polyak anthraxx at archlinux.org
Mon May 22 16:28:31 UTC 2017


    Date: Monday, May 22, 2017 @ 16:28:31
  Author: anthraxx
Revision: 229198

archrelease: copy trunk to community-i686, community-x86_64

Added:
  hashcat-utils/repos/community-i686/
  hashcat-utils/repos/community-i686/PKGBUILD
    (from rev 229197, hashcat-utils/trunk/PKGBUILD)
  hashcat-utils/repos/community-x86_64/
  hashcat-utils/repos/community-x86_64/PKGBUILD
    (from rev 229197, hashcat-utils/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: hashcat-utils/repos/community-i686/PKGBUILD (from rev 229197, hashcat-utils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-22 16:28:31 UTC (rev 229198)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Elvis Angelaccio <elvis.angelaccio at kde.org>
+
+pkgname=hashcat-utils
+pkgver=1.8
+pkgrel=2
+pkgdesc='Set of small utilities that are useful in advanced password cracking'
+url='https://github.com/hashcat/hashcat-utils'
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('perl')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/hashcat/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('c57f2ff1c43e65972fd9dde31322f4b9178d65a28cca3adc235ae41a5982f11c')
+sha512sums=('c096d31bb9d6421a8943ba7da6e13f4778695d8a43b7e9a8e9e302f2971973fdcebda42c91d315c787e4475d8b78bdb90b9d2a0c675c8e55f4687f222e50b4e5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make -C src
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  for bin in src/*.bin; do
+      install -Dm 755 ${bin} "${pkgdir}/usr/bin/$(basename ${bin} .bin)"
+  done
+  for script in src/*.pl; do
+      install -Dm 755 ${script} "${pkgdir}/usr/bin/$(basename ${script} .pl)"
+  done
+  install -Dm 644 README.md CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: hashcat-utils/repos/community-x86_64/PKGBUILD (from rev 229197, hashcat-utils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-22 16:28:31 UTC (rev 229198)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Elvis Angelaccio <elvis.angelaccio at kde.org>
+
+pkgname=hashcat-utils
+pkgver=1.8
+pkgrel=2
+pkgdesc='Set of small utilities that are useful in advanced password cracking'
+url='https://github.com/hashcat/hashcat-utils'
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('perl')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/hashcat/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('c57f2ff1c43e65972fd9dde31322f4b9178d65a28cca3adc235ae41a5982f11c')
+sha512sums=('c096d31bb9d6421a8943ba7da6e13f4778695d8a43b7e9a8e9e302f2971973fdcebda42c91d315c787e4475d8b78bdb90b9d2a0c675c8e55f4687f222e50b4e5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make -C src
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  for bin in src/*.bin; do
+      install -Dm 755 ${bin} "${pkgdir}/usr/bin/$(basename ${bin} .bin)"
+  done
+  for script in src/*.pl; do
+      install -Dm 755 ${script} "${pkgdir}/usr/bin/$(basename ${script} .pl)"
+  done
+  install -Dm 644 README.md CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list