Files
haikuports/app-misc/shanty/shanty-0.4.recipe
waddlesplash 4f180bdb94 Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00

41 lines
801 B
Bash

SUMMARY="Dialog boxes from the command line and scripts"
DESCRIPTION="Shanty is a program for displaying dialog boxes from command line and scripts \
under Haiku. It is almost compatible with GNOME Zenity."
HOMEPAGE="https://github.com/peja/shanty"
COPYRIGHT="2013 Kacper Kasper
2010 Milos Pejovic"
LICENSE="MIT"
REVISION="2"
SOURCE_URI="https://github.com/peja/shanty/archive/f26aab0.zip"
CHECKSUM_SHA256="3db21622cea1e57aa7858572218b9e989d08e74005a84ea19e73f620c5fda5d3"
SOURCE_DIR="shanty-f26aab01709074147606a3699990ad713fc8702e"
ARCHITECTURES="all ?x86"
PROVIDES="
shanty = $portVersion
cmd:shanty = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:jam
"
BUILD()
{
jam
}
INSTALL()
{
mkdir -p $binDir
cp ./shanty $binDir/shanty
}