mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Add Remember
This commit is contained in:
45
haiku-apps/remember/remember-1.0.0.recipe
Normal file
45
haiku-apps/remember/remember-1.0.0.recipe
Normal file
@@ -0,0 +1,45 @@
|
||||
SUMMARY="A small app to remember scheduled events"
|
||||
DESCRIPTION="\
|
||||
Remember is a small app for Haiku, which allows you to get notifications about \
|
||||
events easily, by adding files into an Events folder. It will automatically \
|
||||
find those and, when the time you chose has arrived, it will pop up with a \
|
||||
notification, warning you about the event."
|
||||
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Remember"
|
||||
SRC_URI="https://github.com/HaikuArchives/Remember/archive/1a794865a438563ea4ce1fc9188679444cd115ef.tar.gz"
|
||||
SOURCE_DIR="Remember-1a794865a438563ea4ce1fc9188679444cd115ef"
|
||||
CHECKSUM_SHA256="ce1a7f0e05437a6ae069e642d234ddbf5916f58425692ab7dbb88d75ead6a29f"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2005 Michael Lotz"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
remember = $portVersion
|
||||
app:remember = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
cmd:mkdepend
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp -a objects/Remember $appsDir
|
||||
addAppDeskbarSymlink $appsDir/Remember
|
||||
}
|
||||
Reference in New Issue
Block a user