Updated github repo name in serviceswatcher-1.0.recipe and added (#844)

serviceswatcher-1.0.1-recipe
This commit is contained in:
Brian
2016-10-28 01:51:53 -04:00
committed by humdinger
parent c90ea0f15f
commit ee68303ffc
2 changed files with 57 additions and 4 deletions

View File

@@ -0,0 +1,53 @@
SUMMARY="Monitor the status of the system servers, Deskbar and Tracker"
DESCRIPTION="Services Watcher is an application which will monitor the \
status of the system servers, Deskbar and Tracker. The running status of \
these services will automatically update as any of them quit or start. You \
may manually start, stop and restart these services on demand."
HOMEPAGE="https://perelandra0x309.github.io/serviceswatcher"
COPYRIGHT="2010-2016 Brian Hill"
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="https://github.com/Perelandra0x309/serviceswatcher/archive/v${portVersion}.tar.gz"
CHECKSUM_SHA256="386f1bc60f7b4c6b2960142d7b23f3040c150dbff65dcc358211724eb5741c7d"
SOURCE_DIR="serviceswatcher-${portVersion}"
ARCHITECTURES="x86_gcc2 !x86"
PROVIDES="
serviceswatcher = $portVersion
app:ServicesWatcher = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:g++
cmd:make
"
USER_SETTINGS_FILES="settings/ServicesWatcher_settings"
BUILD()
{
true
}
INSTALL()
{
mkdir -p $appsDir
mkdir -p $docDir
# copy documentation
cp -af ReadMe License $docDir
# copy executable
cp -af ServicesWatcher $appsDir
# deskbar link
addAppDeskbarSymlink $appsDir/ServicesWatcher
}

View File

@@ -3,13 +3,13 @@ DESCRIPTION="Services Watcher is an application which will monitor the \
status of the system servers, Deskbar and Tracker. The running status of \
these services will automatically update as any of them quit or start. You \
may manually start, stop and restart these services on demand."
HOMEPAGE="https://github.com/Perelandra0x309/services-watcher"
HOMEPAGE="https://Perelandra0x309.github.io/serviceswatcher"
COPYRIGHT="2010-2016 Brian Hill"
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="https://github.com/Perelandra0x309/services-watcher/archive/${portVersion}_source.tar.gz"
CHECKSUM_SHA256="d624c65ae4c55447a4778366e6a9267fe2c44eceec2834081e28104be0827a0b"
SOURCE_DIR="services-watcher-${portVersion}_source"
SOURCE_URI="https://github.com/Perelandra0x309/serviceswatcher/archive/${portVersion}_source.tar.gz"
CHECKSUM_SHA256="419b318c5ce8848ba148a3dd45a11533a3195fb40410ab15080df4c6abd2b8a3"
SOURCE_DIR="serviceswatcher-${portVersion}_source"
ARCHITECTURES="x86_gcc2 !x86"