mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Added Snapshot recipe
This commit is contained in:
43
haiku-apps/snapshot/snapshot-1.0.recipe
Normal file
43
haiku-apps/snapshot/snapshot-1.0.recipe
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
SUMMARY="Tracker add-on to take snapshots of files or folders"
|
||||||
|
DESCRIPTION="This Tracker add-on lets you take snapshots of a folder, saving it \
|
||||||
|
as zip file, with a timestamp, to a preset folder. Snapshots are \
|
||||||
|
currently saved to /boot/home/Snapshots"
|
||||||
|
HOMEPAGE="https://github.com/HaikuArchives/SnapShot"
|
||||||
|
SRC_URI="git+https://github.com/HaikuArchives/Snapshot#9ba592336a0d54707b7e5983dce93f8958b61d37
|
||||||
|
LICENSE="BSD (3-clause)"
|
||||||
|
COPYRIGHT="2000 Jonas Sundström"
|
||||||
|
|
||||||
|
USER_SETTINGS_FILES="settings/Kirilla/Snapshot/settings"
|
||||||
|
|
||||||
|
ARCHITECTURES="x86_gcc2"
|
||||||
|
|
||||||
|
PROVIDES="
|
||||||
|
snapshot = $portVersion
|
||||||
|
addon:snapshot = $portVersion
|
||||||
|
"
|
||||||
|
|
||||||
|
REQUIRES="
|
||||||
|
haiku
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_REQUIRES="
|
||||||
|
haiku_devel
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_PREREQUIRES="
|
||||||
|
makefile_engine
|
||||||
|
cmd:gcc
|
||||||
|
cmd:mkdepend
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD()
|
||||||
|
{
|
||||||
|
cd Source
|
||||||
|
make $jobArgs OBJ_DIR=objects
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL()
|
||||||
|
{
|
||||||
|
mkdir -p $addOnsDir/Tracker
|
||||||
|
cp -a Source/objects/Snapshot $addOnsDir/Tracker
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user