mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
yab-documentation (#5018)
Co-authored-by: Lorenz Glaser <lorenz.glaser@besly.de>
This commit is contained in:
31
haiku-data/yab_documentation/yab_documentation-1.7.8.recipe
Normal file
31
haiku-data/yab_documentation/yab_documentation-1.7.8.recipe
Normal file
@@ -0,0 +1,31 @@
|
||||
SUMMARY="An integrated development environment for yab"
|
||||
DESCRIPTION="Documentaion for yab"
|
||||
HOMEPAGE="http://software.besly.de/"
|
||||
COPYRIGHT="2006-2015 Jan Bungeroth
|
||||
2015-2017 Jim Saxton
|
||||
2020 Lorenz Glaser (lorglas) BeSly Software Solutions"
|
||||
LICENSE="Artistic"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/lorglas/yab_documentation/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b6dbd04d4eadaba199c80d71f803b682727fb35ed4908bd17c7267677d9e5549"
|
||||
SOURCE_FILENAME="yab_documentation-$portVersion.tar.gz"
|
||||
SOURCE_DIR="yab_documentation-$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
PROVIDES="
|
||||
yab_documentation = $portVersion
|
||||
"
|
||||
REQUIRES=""
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES=""
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $documentationDir/yab
|
||||
cp -r * $documentationDir/yab
|
||||
DIR_YAB_DESKBAR="${dataDir}/deskbar/menu/Applications/yab"
|
||||
mkdir -p ${DIR_YAB_DESKBAR}
|
||||
addAppDeskbarSymlink $documentationDir/yab "yab/yab-Documentation"
|
||||
}
|
||||
Reference in New Issue
Block a user