mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
haikuporter: code style.
This commit is contained in:
@@ -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="cc7d2b2885b7f4088e38030420791fb49467b6c6aae904107a6aef7cf8548779"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="
|
||||
2013-2015 Haiku, Inc.
|
||||
"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://github.com/haikuports/haikuporter/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="cc7d2b2885b7f4088e38030420791fb49467b6c6aae904107a6aef7cf8548779"
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user