updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / malwaredetect / PKGBUILD
blobb847f87389996c72fc06b01e1fb1d2db73d770be
1 # Contributor: Dan Serban
3 pkgname=malwaredetect
4 pkgver=0.1
5 pkgrel=1
6 pkgdesc="Submits a file's SHA1 sum to VirusTotal to determine whether it is a known piece of malware"
7 arch=(any)
8 url=http://www.virustotal.com/
9 license=(GPLv3)
10 depends=(curl sed zenity)
11 source=(malwaredetect.sh)
12 md5sums=('f8876d2ea99ab34b9cfafda9767f4e31')
14 build()
16   install -Dm755 malwaredetect.sh "${pkgdir}"/usr/bin/malwaredetect