Preliminary Haiku support
This commit is contained in:
parent
ed6c73fc16
commit
1cd739e2e4
50
nocode-1.0.0~git.recipe
Normal file
50
nocode-1.0.0~git.recipe
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
SUMMARY="No Code"
|
||||||
|
DESCRIPTION="No code is the best way to write secure and reliable applications.
|
||||||
|
Write nothing; deploy nowhere."
|
||||||
|
HOMEPAGE="https://github.com/kelseyhightower/nocode"
|
||||||
|
COPYRIGHT="2018 Kelsey Hightower"
|
||||||
|
LICENSE="Apache v2"
|
||||||
|
REVISION="1"
|
||||||
|
srcGitRev="01ed09a3e1f4637f72d4239fe3724fcafa39be94"
|
||||||
|
SOURCE_URI="https://github.com/kelseyhightower/nocode/archive/$srcGitRev.tar.gz"
|
||||||
|
CHECKSUM_SHA256="ed6c73fc16578ec53ea374585df2b965ce9f4a31"
|
||||||
|
SOURCE_DIR="nocode-$srcGitRev"
|
||||||
|
|
||||||
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
|
SECONDARY_ARCHITECTURES="x86"
|
||||||
|
|
||||||
|
PROVIDES="
|
||||||
|
nocode$secondaryArchSuffix = $portVersion
|
||||||
|
"
|
||||||
|
REQUIRES="
|
||||||
|
haiku$secondaryArchSuffix
|
||||||
|
"
|
||||||
|
|
||||||
|
PROVIDES_devel="
|
||||||
|
nocode${secondaryArchSuffix}_devel = $portVersion
|
||||||
|
"
|
||||||
|
REQUIRES_devel="
|
||||||
|
nocode$secondaryArchSuffix == $portVersion base
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_REQUIRES="
|
||||||
|
haiku${secondaryArchSuffix}_devel
|
||||||
|
"
|
||||||
|
BUILD_PREREQUIRES="
|
||||||
|
cmd:true
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD()
|
||||||
|
{
|
||||||
|
true
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL()
|
||||||
|
{
|
||||||
|
true
|
||||||
|
}
|
||||||
|
|
||||||
|
TEST()
|
||||||
|
{
|
||||||
|
true
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user