From 76e9653a6d0645650d28c1418bc4f5d7e3f48438 Mon Sep 17 00:00:00 2001 From: lorglas <42674960+lorglas@users.noreply.github.com> Date: Sun, 24 May 2020 17:21:22 +0200 Subject: [PATCH] yab-documentation (#5018) Co-authored-by: Lorenz Glaser --- .../yab_documentation-1.7.8.recipe | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 haiku-data/yab_documentation/yab_documentation-1.7.8.recipe diff --git a/haiku-data/yab_documentation/yab_documentation-1.7.8.recipe b/haiku-data/yab_documentation/yab_documentation-1.7.8.recipe new file mode 100644 index 000000000..db506c185 --- /dev/null +++ b/haiku-data/yab_documentation/yab_documentation-1.7.8.recipe @@ -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" +}