blob: c82624bcabcac9ae49b676e9b4410ddf5490ebf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
pkgbase = mycroft
pkgdesc = File format reverse engineering and rapid prototyping tool.
pkgver = 0.1
pkgrel = 1
url = github.com/nyxxxie/mycroft
arch = i686
arch = x86_64
license = GPL
makedepends = make
makedepends = cmake
depends = sqlite
depends = capstone
depends = python
depends = openssl
depends = gtest
depends = qt5-base
optdepends = graphviz: doxygen graph support
provides = qmycroft
provides = libmycroft_core
source = git+https://github.com/nyxxxie/mycroft.git
sha256sums = SKIP
pkgname = mycroft
|