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

Felix Yan fyan at archlinux.org
Mon Nov 24 07:17:05 UTC 2014


    Date: Monday, November 24, 2014 @ 08:17:04
  Author: fyan
Revision: 123035

archrelease: copy trunk to community-any

Added:
  findmyhash/repos/community-any/
  findmyhash/repos/community-any/PKGBUILD
    (from rev 123034, findmyhash/trunk/PKGBUILD)

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

Copied: findmyhash/repos/community-any/PKGBUILD (from rev 123034, findmyhash/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-11-24 07:17:04 UTC (rev 123035)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Mauro Andreolini <mauro.andreolini at unimore.it>
+
+pkgname=findmyhash
+pkgver=1.1.2
+pkgrel=4
+pkgdesc="Crack different types of hashes using free online services"
+arch=('any')
+url="http://code.google.com/p/findmyhash/"
+license=('GPL3')
+depends=('python2-httplib2')
+source=("http://findmyhash.googlecode.com/files/${pkgname}_v${pkgver}.py")
+md5sums=('4c4eaa71a74c5965ee7f8742025bb776')
+
+prepare() {
+  sed -i '1i#!/usr/bin/env python2' ${pkgname}_v${pkgver}.py
+}
+
+package() {
+  install -Dm755 ${pkgname}_v${pkgver}.py ${pkgdir}/usr/bin/${pkgname}
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list