haikuporter: code style.

This commit is contained in:
Jerome Duval
2018-08-03 13:45:23 +02:00
parent 06c0315ba0
commit 528bd88508
5 changed files with 30 additions and 32 deletions

View File

@@ -4,20 +4,24 @@ Haikuporter allows you to build ports (and native) applications for the Haiku \
operating system into installable packages.
"
HOMEPAGE="http://github.com/haikuports/haikuporter"
SOURCE_URI="http://github.com/haikuports/haikuporter/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="66b171b3078b03c8a89126f1de6e061f8fb5a96194e1f3ce8d755b6ee30510af"
REVISION="2"
LICENSE="MIT"
COPYRIGHT="
2013-2015 Haiku, Inc.
"
LICENSE="MIT"
REVISION="2"
SOURCE_URI="http://github.com/haikuports/haikuporter/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="66b171b3078b03c8a89126f1de6e061f8fb5a96194e1f3ce8d755b6ee30510af"
ARCHITECTURES="any"
GLOBAL_WRITABLE_FILES="
settings/haikuports.conf auto-merge
"
PROVIDES="
haikuporter = $portVersion
cmd:haikuporter = $portVersion
"
REQUIRES="
haiku
cmd:git
@@ -26,15 +30,10 @@ REQUIRES="
BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
cmd:cp
"
GLOBAL_WRITABLE_FILES="
settings/haikuports.conf auto-merge
"
INSTALL()
{
# This is very manual, however was done due to