[arch-commits] Commit in volatility3/repos/community-any (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at gemini.archlinux.org
Thu Jun 9 15:27:12 UTC 2022
Date: Thursday, June 9, 2022 @ 15:27:11
Author: anthraxx
Revision: 1229689
archrelease: copy trunk to community-any
Added:
volatility3/repos/community-any/PKGBUILD
(from rev 1229688, volatility3/trunk/PKGBUILD)
Deleted:
volatility3/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-09 15:27:07 UTC (rev 1229688)
+++ PKGBUILD 2022-06-09 15:27:11 UTC (rev 1229689)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Limao Luo <luolimao+AUR at gmail.com>
-# Contributor: Wes Brown <wesbrown18 at gmail.com>
-
-pkgname=volatility3
-pkgver=1.0.1
-pkgrel=3
-pkgdesc='Advanced memory forensics framework'
-url='https://github.com/volatilityfoundation/volatility3/wiki'
-arch=('any')
-license=('custom')
-depends=(
- 'python' 'python-yara' 'python-capstone' 'python-jsonschema'
- 'python-pycryptodome' 'python-pefile')
-makedepends=('python-setuptools')
-provides=('volatility')
-replaces=('volatility')
-source=(https://github.com/volatilityfoundation/volatility3/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('df8d595decc9a4f6f1d3474fa03b94f571c05f429e191fe3bfa420fab1a5b6953bc53f396370b7ea76ff2f1ff79125be860561fc1eefd7d00b4e9f60cf25814d')
-b2sums=('09c68d329b25b8bd467156bf526e04a56e17a17d67e40ce4017e4307dbcbaa987dd78fe9dc5f3dc690d6e0c58542b728a96b58d73412e5776e653b2f38228739')
-
-build() {
- cd ${pkgname}-${pkgver}
- python setup.py build
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- python setup.py install -O1 --prefix=/usr --root="${pkgdir}" --skip-build
- install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: volatility3/repos/community-any/PKGBUILD (from rev 1229688, volatility3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-06-09 15:27:11 UTC (rev 1229689)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Limao Luo <luolimao+AUR at gmail.com>
+# Contributor: Wes Brown <wesbrown18 at gmail.com>
+
+pkgname=volatility3
+pkgver=2.0.1
+pkgrel=1
+pkgdesc='Advanced memory forensics framework'
+url='https://github.com/volatilityfoundation/volatility3/wiki'
+arch=('any')
+license=('custom')
+depends=(
+ 'python' 'python-yara' 'python-capstone' 'python-jsonschema'
+ 'python-pycryptodome' 'python-pefile' 'python-snappy')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
+provides=('volatility')
+replaces=('volatility')
+source=(https://github.com/volatilityfoundation/volatility3/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('752b3fc23b3668df4329f6dbefa2ff8eb2dd63bc6e22e18774096cebae93053567727e3dc6e5ecbf7a0731459c829c37cea8ac735564c62f96a4f652ad2b6cb9')
+b2sums=('eb9b4ebb885a8dd4de2769c666b503da4bef792389efbf487815808fd514cf84f7f10b5a12926cf398a4028e7b72a5b78892c4c92d3709fea37fe13a6f32af7d')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ python -m installer --destdir="${pkgdir}" dist/*.whl
+ install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list