mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Add recipe for Microbe
The klang plugin is disabled as we do not have python clang bindings.
This commit is contained in:
42
haiku-apps/microbe/microbe-20130728.recipe
Normal file
42
haiku-apps/microbe/microbe-20130728.recipe
Normal file
@@ -0,0 +1,42 @@
|
||||
SUMMARY="Source code editor"
|
||||
DESCRIPTION="
|
||||
Microbe is a minimalistic programmers text and source code editor.
|
||||
"
|
||||
HOMEPAGE="https://github.com/aldeck/microbe"
|
||||
SRC_URI="git://github.com/aldeck/microbe#41f6ce8a5d96c96af9fb17eda1b466a5e9e0bfb1"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2011 Alexandre Deckner"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
microbe = $portVersion
|
||||
app:Microbe = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
makefile_engine
|
||||
cmd:mkdepend
|
||||
cmd:make
|
||||
cmd:g++
|
||||
"
|
||||
|
||||
PATCHES="microbe-20130728.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp objects/Microbe $appsDir/Microbe
|
||||
addAppDeskbarSymlink $appsDir/Microbe
|
||||
}
|
||||
Reference in New Issue
Block a user