blob: 53868b78ad5ff99c9d92e428904582a4cffe4694 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = memflow-cli-git
pkgdesc = Daemon and CLI for the memflow physical memory introspection framework
pkgver = 0.1.1
pkgrel = 1
url = https://github.com/memflow/memflow-cli
install = daemon.install
arch = i686
arch = x86_64
license = MIT
makedepends = git
makedepends = rust
makedepends = cargo
depends = fuse
source = git+https://github.com/memflow/memflow-cli
sha256sums = SKIP
pkgname = memflow-cli-git
|