src.nth.io/

summaryrefslogtreecommitdiff
path: root/mattertimesync/build/defaults/main.yaml
blob: bee4e588e4b1f861feaeadbe7f90ba45d95788da (plain)
1
2
3
4
5
6
7
8
9
---

mattertimesync_version: "0.1.0"
# https://github.com/lukehoersten/mattertimesync/tags
# Pure-JS project: npm run bundle produces one self-contained mattertimesync.mjs
# (no native modules), so the target only needs node to run it.
mattertimesync_tar: "https://github.com/{{github_user}}/mattertimesync/archive/refs/tags/v{{mattertimesync_version}}.tar.gz"
mattertimesync_build_dir: "{{build_work_dir}}/mattertimesync-{{mattertimesync_version}}"
mattertimesync_srv_dir: "{{build_srv_dir}}"