Skip to content
Snippets Groups Projects
Commit 2a309eaa authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

drop global tests folder, FS#73574

parent d0767ac9
No related branches found
Tags 9.1.0380-1
No related merge requests found
# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
# Maintainer: Caleb Maclennan <caleb@alerque.com>
# Contributor: Joaquim Monteiro <joaquim.monteiro@protonmail.com>
pkgname=mvt
pkgver=1.4.5
pkgrel=1
pkgdesc="Mobile Verification Toolkit helps conducting forensics of mobile devices in order to find signs of a potential compromise"
pkgrel=2
pkgdesc="Mobile Verification Toolkit, a forensics tool looking for signs of device compromise"
arch=(any)
url="https://github.com/mvt-project/mvt"
license=(custom:MVT)
......@@ -29,6 +30,8 @@ package() {
python setup.py install -O1 --root="$pkgdir" --skip-build
install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
local _py3_ver=$(python --version | cut -d " " -f2)
rm -rf "$pkgdir/usr/lib/python${_py3_ver%"."*}/site-packages/tests"
}
# vim: ts=2 sw=2 et:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment