vision: code style.

This commit is contained in:
Jerome Duval
2018-08-03 13:53:33 +02:00
parent 6de78597d6
commit 42a8446916
2 changed files with 12 additions and 10 deletions

View File

@@ -3,15 +3,20 @@ DESCRIPTION="Vision is an IRC (Internet Relay Chat) client, originally for \
BeOS, now for Haiku. The goal of this project is to provide the Haiku \ BeOS, now for Haiku. The goal of this project is to provide the Haiku \
community with an elegant, fast, and--most importantly--stable client to \ community with an elegant, fast, and--most importantly--stable client to \
communicate with other users and make new friends around the world." communicate with other users and make new friends around the world."
HOMEPAGE="https://github.com/HaikuArchives/Vision/"
COPYRIGHT="1999-2017 The Vision Team" COPYRIGHT="1999-2017 The Vision Team"
LICENSE="MPL v1.1" LICENSE="MPL v1.1"
REVISION="4" REVISION="4"
HOMEPAGE="https://github.com/HaikuArchives/Vision/"
SOURCE_URI="https://github.com/HaikuArchives/Vision/archive/$portVersion.tar.gz" SOURCE_URI="https://github.com/HaikuArchives/Vision/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="564adec08838427c934e35f5f35082bdccb5740c93522ceb4965287b81fe036c" CHECKSUM_SHA256="564adec08838427c934e35f5f35082bdccb5740c93522ceb4965287b81fe036c"
SOURCE_DIR="Vision-$portVersion" SOURCE_DIR="Vision-$portVersion"
ARCHITECTURES="x86_gcc2 x86 x86_64" ARCHITECTURES="x86_gcc2 x86 x86_64"
USER_SETTINGS_FILES="
settings/Vision directory
"
PROVIDES=" PROVIDES="
vision = $portVersion vision = $portVersion
app:Vision = $portVersion app:Vision = $portVersion
@@ -30,10 +35,6 @@ BUILD_PREREQUIRES="
cmd:ld cmd:ld
" "
USER_SETTINGS_FILES="
settings/Vision directory
"
BUILD() BUILD()
{ {
cd src cd src

View File

@@ -3,15 +3,20 @@ DESCRIPTION="Vision is an IRC (Internet Relay Chat) client, originally for \
BeOS, now for Haiku. The goal of this project is to provide the Haiku \ BeOS, now for Haiku. The goal of this project is to provide the Haiku \
community with an elegant, fast, and--most importantly--stable client to \ community with an elegant, fast, and--most importantly--stable client to \
communicate with other users and make new friends around the world." communicate with other users and make new friends around the world."
HOMEPAGE="https://github.com/HaikuArchives/Vision/"
COPYRIGHT="1999-2017 The Vision Team" COPYRIGHT="1999-2017 The Vision Team"
LICENSE="MPL v1.1" LICENSE="MPL v1.1"
REVISION="1" REVISION="1"
HOMEPAGE="https://github.com/HaikuArchives/Vision/"
SOURCE_URI="https://github.com/HaikuArchives/Vision/archive/$portVersion.tar.gz" SOURCE_URI="https://github.com/HaikuArchives/Vision/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="3d2c8b43c106d8b28a6cd407a1f6a09ccc4b5c366ce9ec5cfe78e46867e37302" CHECKSUM_SHA256="3d2c8b43c106d8b28a6cd407a1f6a09ccc4b5c366ce9ec5cfe78e46867e37302"
SOURCE_DIR="Vision-$portVersion" SOURCE_DIR="Vision-$portVersion"
ARCHITECTURES="x86_gcc2 x86 x86_64" ARCHITECTURES="x86_gcc2 x86 x86_64"
USER_SETTINGS_FILES="
settings/Vision directory
"
PROVIDES=" PROVIDES="
vision = $portVersion vision = $portVersion
app:Vision = $portVersion app:Vision = $portVersion
@@ -30,10 +35,6 @@ BUILD_PREREQUIRES="
cmd:ld cmd:ld
" "
USER_SETTINGS_FILES="
settings/Vision directory
"
BUILD() BUILD()
{ {
cd src cd src