mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/volatility: new aport
This commit is contained in:
parent
055b0b5c6a
commit
044e5dd58f
31
testing/volatility/APKBUILD
Normal file
31
testing/volatility/APKBUILD
Normal file
@ -0,0 +1,31 @@
|
||||
# Contributor: Francesco Colista <francesco.colista@gmail.com>
|
||||
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
|
||||
pkgname=volatility
|
||||
pkgver=2.1
|
||||
pkgrel=0
|
||||
pkgdesc="Volatile memory forensics toolkit"
|
||||
url="https://www.volatilesystems.com/default/volatility"
|
||||
arch="noarch"
|
||||
license="GPL2"
|
||||
depends="py-crypto"
|
||||
depends_dev=""
|
||||
makedepends="$depends_dev py-setuptools"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz"
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
build ()
|
||||
{
|
||||
cd "$_builddir"
|
||||
python setup.py build || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
python setup.py install --root "$pkgdir" || return 1
|
||||
}
|
||||
|
||||
md5sums="f4fb70fed999377583346417f53f1bff volatility-2.1.tar.gz"
|
||||
sha256sums="988d9654923e85ee8824d8e5c159fdd420c35063d6a218a726e47e61b25729f9 volatility-2.1.tar.gz"
|
||||
sha512sums="54f6d09498dac969af3895ebdb9714f8ea03ff1b1e48a0a0d91eee073d6911dcc209693eea989023307b1f799371587fd6d6938d49d6cddf92c7a6e5fe16937b volatility-2.1.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user