hashid: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-02-15 09:50:40 +00:00
parent a25f4ca6ac
commit c7ce99cfde
3 changed files with 0 additions and 23 deletions

View File

@ -1,3 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/hash-identifier

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3y0Koz1tHl2nd1j5Teu00Crhw2DDER5FvtXSINb51KKmjDxIHC35LIsxFsSroeBel13Si5Co4eqNuIVZfNlnyAQ=
SHA256 (Pkgfile) = 4b25cea3c34971f6467c9d2c1bc5cf745f57055a62079c409546b1dc0f9b6c9b
SHA256 (.footprint) = 5c9b65dcd387f0f142521f5f37313588d5163b2c1205a19a0ba4d03bf4019c11
SHA256 (hashID-7e8473a823060e56d4b6090a98591e252bd9505e.zip) = 7d1b3ee2e59a1ce740d141fa17d4620c697b291f546c0aaadfa71e2b2819fb3e

View File

@ -1,15 +0,0 @@
# Description: Identify the different types of hashes used to encrypt data
# URL: https://github.com/psypanda/hashID
# Maintainer: UNMAINTAINED
name=hashid
version=3.1.4.7e8473a
_commit=7e8473a823060e56d4b6090a98591e252bd9505e
release=1
source=(https://github.com/psypanda/hashID/archive/$_commit/hashID-$_commit.zip)
build() {
cd hashID-$_commit
install -Dm755 $name.py $PKG/usr/bin/hash-identifier
}