summaryrefslogtreecommitdiff
path: root/finance/py-crytic-compile/Makefile
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2020-09-29 00:29:41 +0000
committerkhorben <khorben@pkgsrc.org>2020-09-29 00:29:41 +0000
commit45e6c3496af16c9f86a1a12851403e2bd315d246 (patch)
tree8e508201716f8a7aa2c84154e216d4080de2f04b /finance/py-crytic-compile/Makefile
parent0b9840b242321156acbc18d94bb7b33651ba4310 (diff)
downloadpkgsrc-45e6c3496af16c9f86a1a12851403e2bd315d246.tar.gz
py-crytic-compile: import version 0.1.9
Library to help smart contract compilation. It includes support for: - Direct solc compilation - Truffle - Embark - Dapp - Etherlime - Etherscan - Brownie - Waffle - Buidler The plugin is used in Crytic tools, including: - Slither - Echidna - Manticore - evm-cfg-builder
Diffstat (limited to 'finance/py-crytic-compile/Makefile')
-rw-r--r--finance/py-crytic-compile/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/finance/py-crytic-compile/Makefile b/finance/py-crytic-compile/Makefile
new file mode 100644
index 00000000000..fe9fed6c9f5
--- /dev/null
+++ b/finance/py-crytic-compile/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2020/09/29 00:29:41 khorben Exp $
+
+DISTNAME= crytic-compile-0.1.9
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= finance
+MASTER_SITES= ${MASTER_SITE_GITHUB:=crytic/}
+GITHUB_PROJECT= crytic-compile
+GITHUB_TAG= ${PKGVERSION_NOREV}
+
+MAINTAINER= khorben@defora.org
+HOMEPAGE= https://github.com/crytic/crytic-compile/
+COMMENT= Abstraction layer for smart contract build systems
+LICENSE= gnu-agpl-v3
+
+post-install:
+ ${MV} ${DESTDIR}${PREFIX}/bin/crytic-compile \
+ ${DESTDIR}${PREFIX}/bin/crytic-compile-${PYVERSSUFFIX}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"