1
0
mirror of synced 2024-11-25 10:44:24 +01:00
nocode/nocode-1.0.0~git.recipe
2018-02-11 18:21:46 +01:00

51 lines
928 B
Plaintext

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
}