NAME=iaito
SECTION=editors
PRIORITY=optional
DEPENDS=$(shell ../getpkgversions.sh radare2 libqt5core5a libqt5gui5 libqt5widgets5 libqt5network5 libqt5svg5)
MAINTAINER=pancake <pancake@nopcode.org>
ARCH?=amd64
VERSION=$(shell ../../../configure -qV)
ifeq ($(VERSION),)
error:
	@echo Cannot retrieve version number from r2
endif
