1SUMMARY="The Haiku welcome documentation"
2DESCRIPTION="The Haiku welcome documentation was put together especially \
3for new users. It provides information on how to report bugs and answers the \
4most pressing questions like how to find and install software, how to get in \
5contact and where to find more resources for programmers and endusers online.
6A quick tour of the system shows many of Haiku's distinguishing (and at times \
7not obvious) features.
8
9This package includes several translations of the welcome documentation.
10Thanks to everyone who contributed."
11HOMEPAGE="https://www.haiku-os.org/"
12COPYRIGHT="2001-2022 Haiku, Inc. et al"
13LICENSE="MIT"
14REVISION="2"
15srcGitRev="61f825e393d4107ee858c71990680596b1aefe8b"
16SOURCE_URI="https://github.com/haiku/userguide/archive/$srcGitRev.tar.gz"
17CHECKSUM_SHA256="edb2fcdd6a53723137a3ad3eddd7a4ec6adcdb415367b48a746952c5a404d1da"
18SOURCE_DIR="userguide-$srcGitRev"
19
20ARCHITECTURES="any"
21DISABLE_SOURCE_PACKAGE="yes"
22
23PROVIDES="
24	haiku_welcome = $portVersion
25	"
26
27BUILD_PREREQUIRES="
28	"
29
30INSTALL()
31{
32	docsDir=$prefix/documentation
33	mkdir -p $docsDir
34	cp -R welcome $docsDir
35
36	# workaround for incorrect sniffing
37	settype -t "text/css" $docsDir/welcome/*.css
38}
39