summaryrefslogtreecommitdiff
path: root/hashid/Pkgfile
blob: a5c3efa8fc69422243353eff9374aee248fc0c8a (plain)
    1 # Description: Identify the different types of hashes used to encrypt data
    2 # URL:         https://github.com/psypanda/hashID
    3 # Maintainer:  Alexandr Savca, alexandrsavca89 at gmail dot com
    4 
    5 name=hashid
    6 version=3.1.4.7e8473a
    7 _commit=7e8473a823060e56d4b6090a98591e252bd9505e
    8 release=1
    9 source=(https://github.com/psypanda/hashID/archive/$_commit/hashID-$_commit.zip)
   10 
   11 build() {
   12 	cd hashID-$_commit
   13 
   14 	install -Dm755 $name.py $PKG/usr/bin/hash-identifier
   15 }

Generated by cgit