mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
ideam: new recipe.
This commit is contained in:
48
haiku-apps/ideam/ideam-0.7.5.recipe
Normal file
48
haiku-apps/ideam/ideam-0.7.5.recipe
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user