Date: Wednesday, March 29, 2023 @ 18:17:37
Author: alerque
Revision: 1430299
archrelease: copy trunk to community-any
Added:
mvt/repos/community-any/PKGBUILD
(from rev 1430298, mvt/trunk/PKGBUILD)
Deleted:
mvt/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-29 18:17:26 UTC (rev 1430298)
+++ PKGBUILD 2023-03-29 18:17:37 UTC (rev 1430299)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Joaquim Monteiro <[email protected]>
-
-pkgname=mvt
-pkgver=2.2.2
-pkgrel=1
-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)
-depends=('libusb' 'python' 'python-adb-shell' 'python-appdirs' 'python-click'
'python-cryptography' 'python-iosbackup'
- 'python-libusb1' 'python-packaging' 'python-rich' 'python-tld'
'python-tqdm' 'python-requests'
- 'python-simplejson' 'python-yaml')
-makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
-source=("mvt-${pkgver}.tar.gz::https://github.com/mvt-project/mvt/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('fec3f61798282867946e0fdba5ee0605dfacd72abe7f2ae02a62c56bfc613c69512e81800cd39f01a0c5c269b1099287e7dc3dc9e597e625cfbc50f6d8e6a9c0')
-b2sums=('2d14da5d7efb9f4e12fb1b99e085bb0815ca94d0f0d74acc27cd3463578d3a5d331bd27b3db85080722a36f26e6529abcbbd387acedd6d5e11c931b047283dc9')
-
-build() {
- cd "mvt-${pkgver}"
- python -m build -wn
-}
-
-package() {
- cd "mvt-${pkgver}"
- python -m installer -d "${pkgdir}" dist/*.whl
- 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:
Copied: mvt/repos/community-any/PKGBUILD (from rev 1430298, mvt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-29 18:17:37 UTC (rev 1430299)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Joaquim Monteiro <[email protected]>
+
+pkgname=mvt
+pkgver=2.2.3
+pkgrel=1
+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)
+depends=('libusb' 'python' 'python-adb-shell' 'python-appdirs' 'python-click'
'python-cryptography' 'python-iosbackup'
+ 'python-libusb1' 'python-packaging' 'python-rich' 'python-tld'
'python-tqdm' 'python-requests'
+ 'python-simplejson' 'python-yaml')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
+source=("mvt-${pkgver}.tar.gz::https://github.com/mvt-project/mvt/archive/refs/tags/v${pkgver}.tar.gz")
+sha512sums=('8bb7b082f11c2b79faff22c13b0c31a1a3df9e6e30d7207eb001cf7816655610bb9dee9568557feb5caa2dc0974732c4cf39d43fc43e88a29c698aa1ef6f8d71')
+b2sums=('2e28aaab4868d818cae54a77d5674d7a3e241114288e15fb59c68eff3072873f385de5e01e8b1564e50eb82c9a3b86123e041b9087e1951b1044ec346bb187db')
+
+build() {
+ cd "mvt-${pkgver}"
+ python -m build -wn
+}
+
+package() {
+ cd "mvt-${pkgver}"
+ python -m installer -d "${pkgdir}" dist/*.whl
+ 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: