mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
shanty: move to haiku-apps and add documentation (#11038)
This commit is contained in:
43
haiku-apps/shanty/shanty-0.4.recipe
Normal file
43
haiku-apps/shanty/shanty-0.4.recipe
Normal file
@@ -0,0 +1,43 @@
|
||||
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="3"
|
||||
SOURCE_URI="https://github.com/peja/shanty/archive/f26aab0.zip"
|
||||
CHECKSUM_SHA256="3db21622cea1e57aa7858572218b9e989d08e74005a84ea19e73f620c5fda5d3"
|
||||
SOURCE_DIR="shanty-f26aab01709074147606a3699990ad713fc8702e"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
|
||||
PROVIDES="
|
||||
shanty = $portVersion
|
||||
cmd:shanty = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:jam
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
jam $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -pv $binDir
|
||||
cp -afv ./shanty $binDir/shanty
|
||||
|
||||
mkdir -pv $docDir
|
||||
cp -afv doc/shanty.html doc/img $docDir
|
||||
}
|
||||
Reference in New Issue
Block a user