yab-documentation (#5018)

Co-authored-by: Lorenz Glaser <lorenz.glaser@besly.de>
This commit is contained in:
lorglas
2020-05-24 17:21:22 +02:00
committed by GitHub
parent 29dd4f38e6
commit 76e9653a6d

View 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"
}