mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
randomizer: code style.
This commit is contained in:
@@ -6,18 +6,19 @@ This program can be used for many purposes, such as for generating random \
|
||||
passwords or random numbers.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Randomizer/"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Randomizer#06c248254f"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2005-2009 Sergey S. Kazenyuk"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Randomizer#06c248254f"
|
||||
SOURCE_FILENAME="download"
|
||||
SOURCE_DIR="randomizer-1.0.0b1/src"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
randomizer = $portVersion
|
||||
app:randomizer = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -31,8 +32,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_FILENAME="download"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user