mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
39 lines
1.2 KiB
Bash
39 lines
1.2 KiB
Bash
SUMMARY="The Haiku welcome documentation"
|
|
DESCRIPTION="The Haiku welcome documentation was put together especially \
|
|
for new users. It provides information on how to report bugs and answers the \
|
|
most pressing questions like how to find and install software, how to get in \
|
|
contact and where to find more resources for programmers and endusers online.
|
|
A quick tour of the system shows many of Haiku's distinguishing (and at times \
|
|
not obvious) features.
|
|
|
|
This package includes several translations of the welcome documentation.
|
|
Thanks to everyone who contributed."
|
|
HOMEPAGE="https://www.haiku-os.org/"
|
|
COPYRIGHT="2001-2024 Haiku, Inc. et al"
|
|
LICENSE="MIT"
|
|
REVISION="1"
|
|
srcGitRev="1e45e419c621d2bcab5526a382599a558b1c780a"
|
|
SOURCE_URI="https://github.com/haiku/userguide/archive/$srcGitRev.tar.gz"
|
|
CHECKSUM_SHA256="c391264d6cba4715f87e68de398308104c716936b923ab0e7d50fa2f4731e1fd"
|
|
SOURCE_DIR="userguide-$srcGitRev"
|
|
|
|
ARCHITECTURES="any"
|
|
DISABLE_SOURCE_PACKAGE="yes"
|
|
|
|
PROVIDES="
|
|
haiku_welcome = $portVersion
|
|
"
|
|
|
|
BUILD_PREREQUIRES="
|
|
"
|
|
|
|
INSTALL()
|
|
{
|
|
docsDir=$prefix/documentation
|
|
mkdir -p $docsDir
|
|
cp -R welcome $docsDir
|
|
|
|
# workaround for incorrect sniffing
|
|
settype -t "text/css" $docsDir/welcome/*.css
|
|
}
|