blob: 3ec3ece330c9ebc2c8a9599a9292fd709380fb74 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
PORTNAME= ripes
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.6
CATEGORIES= emulators
MAINTAINER= mclay@astate.edu
COMMENT= Graphical processor simulator and assembly editor for the RISC-V ISA
WWW= https://github.com/mortbopet/ripes
LICENSE= MIT
USES= cmake qmake qt:5
USE_QT= buildtools:build charts concurrent core gui svg testlib widgets
CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX}
USE_GITHUB= yes
GH_ACCOUNT= mortbopet
GH_PROJECT= Ripes
GH_TUPLE= mortbopet:VSRTL:8fd0bce:VSRTL/external/VSRTL \
serge1:ELFIO:79fcd11:ELFIO/external/ELFIO \
mortbopet:libelfin:49d1653:libelfin/external/libelfin \
yhirose:cpp-mmaplib:c517af7:cpp_mmaplib/external/libelfin/external/cpp-mmaplib \
pbhogan:Signals:17881fb:Signals/external/VSRTL/external/Signals \
USCiLab:cereal:51cbda5:cereal/external/VSRTL/external/cereal \
mortbopet:better-enums:52a694b:better_enums/external/VSRTL/external/better-enums
PORTSCOUT= ignore:continuous-master
.include <bsd.port.mk>
|