# This file is part of BlackArch Linux ( https://www.blackarch.org/ ). # See COPYING for license details. pkgname=bdlogparser pkgver=2 pkgrel=4 groups=('blackarch' 'blackarch-malware') pkgdesc='This is a utility to parse a Bit Defender log file, in order to sort them into a malware archive for easier maintenance of your malware collection.' url='http://magikh0e.xyz/' arch=('any') license=('custom:unknown') depends=('perl') source=('bdLogParser.txt') #source=('http://magikh0e.xyz/pubCode/bdLogParser.txt') sha512sums=('d993ea812c34dd6bda9f15c87a0fa0501eb17de2719c95bd3a6e7a10d40391e29fd6308a9c90bfc9de4102abcb4542c741a3a5291dc6e7ada34676cc53fc3cc5') package() { install -Dm 755 bdLogParser.txt "$pkgdir/usr/bin/$pkgname" }