diff --git a/haiku-apps/ideam/ideam-0.7.5.recipe b/haiku-apps/ideam/ideam-0.7.5.recipe new file mode 100644 index 000000000..eeaa44ee2 --- /dev/null +++ b/haiku-apps/ideam/ideam-0.7.5.recipe @@ -0,0 +1,48 @@ +SUMMARY="An integrated development environment (IDE)" +DESCRIPTION="Ideam is an IDE with support for C++ and Rust projects. +The editor is based on Scintilla editing component." +HOMEPAGE="https://github.com/AmosCaster/ideam" +COPYRIGHT="2017-2018 A. Mosca" +LICENSE="MIT" +REVISION="1" +SOURCE_URI="https://github.com/AmosCaster/ideam/archive/ver-$portVersion.tar.gz" +CHECKSUM_SHA256="bc6a3bcf6e88383e727972bb6576dca7a269a6a842db6cda493e872977fda18f" +SOURCE_DIR="ideam-ver-$portVersion" + +ARCHITECTURES="!x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86" + +PROVIDES=" + ideam$secondaryArchSuffix = $portVersion + app:Ideam = $portVersion + " +REQUIRES=" + haiku$secondaryArchSuffix + " + +BUILD_REQUIRES=" + haiku${secondaryArchSuffix}_devel + devel:libscintilla$secondaryArchSuffix + " +BUILD_PREREQUIRES=" + makefile_engine + cmd:g++$secondaryArchSuffix + cmd:make + " + +USER_SETTINGS_FILES=" + settings/Ideam directory + " + +BUILD() +{ + make $jobArgs OBJ_DIR=objects + make bindcatalogs OBJ_DIR=objects +} + +INSTALL() +{ + mkdir -p $appsDir + cp -af app/Ideam $appsDir + addAppDeskbarSymlink $appsDir/Ideam +}