From fe5ac914d906bcb2dbdd9f1f866940dcc6f965cd Mon Sep 17 00:00:00 2001 From: Christopher Vagnetoft Date: Sun, 12 Feb 2017 16:19:07 +0100 Subject: [PATCH] Added config for makephar --- makephar.sdl | 17 +++++++++++++++++ props.php | 9 +++++++++ 2 files changed, 26 insertions(+) create mode 100644 makephar.sdl create mode 100644 props.php diff --git a/makephar.sdl b/makephar.sdl new file mode 100644 index 0000000..057a565 --- /dev/null +++ b/makephar.sdl @@ -0,0 +1,17 @@ +phar "vfxapply.phar" { + include { + dir "src"; + dir "vendor"; + } + exclude { + dir ".git"; + dir "Tests"; + } + props exec="props.php"; + metadata { + package_name "vfxapply.application"; + package_version prop="APP_VERSION"; + update_channel "https://packages.noccylabs.info/channel/vfxapply/stable.json"; + } + stub "src/app.php"; +} diff --git a/props.php b/props.php new file mode 100644 index 0000000..d515b5b --- /dev/null +++ b/props.php @@ -0,0 +1,9 @@ +